@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface VraptorPreference
Even with the Default CDI annotation, this one
is helpful when we need to prefer vraptor component instead of Container specific component.
Sometimes the container already provides producers for HttpServletRequest, HttpServletResponse and
so on.
- Author:
- Alberto Souza