@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER,TYPE}) @Documented public @interface GenericConfiguration
Defines a set of generic beans which can inject the configuration annotation, any other generic bean for the same configuration type, and the product of the generic producer.
Generic beans must be Dependent
scoped. If you wish to give your
generic bean a scope, you should do this on the generic producers which
configure the generic bean.
Each generic configuration may be specified at most once.
Modifier and Type | Required Element and Description |
---|---|
Class<? extends Annotation> |
value |
public abstract Class<? extends Annotation> value
Copyright © 2008-2013 Seam Framework. All Rights Reserved.