|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Documented
public @interface Resolver
Qualifier used to identify a ELResolver to register with the
application wide ELResolver provided by Weld Extensions
Weld Extensions will inject a ELResolver for each instantiation of an
ELContext (and hence for each instantiation of Expressions);
any overrides of this bean should ensure that obtaining the bean instance is
a lightweight operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||