org.jboss.solder.el
Annotation Type Resolver


@Qualifier
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Documented
public @interface Resolver

Qualifier used to identify a javax.el.ELResolver to register with the application wide javax.el.ELResolver provided by Solder

Solder will inject a javax.el.ELResolver for each instantiation of an javax.el.ELContext (and hence for each instantiation of Expressions); any overrides of this bean should ensure that obtaining the bean instance is a lightweight operation.

Author:
Stuart Douglas, Pete Muir



Copyright © 2011 Seam Framework. All Rights Reserved.