org.jboss.weld.extensions.el
Annotation Type Resolver


@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.

Author:
Stuart Douglas, Pete Muir



Copyright © 2008-2010 Seam Framework. All Rights Reserved.