Package org.jboss.weld.context.bound
Annotation Type Bound
@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Bound
Qualifier used with all for all of the bound (map backed) contexts Weld offers.
- Author:
- Pete Muir