|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Required Element Summary | |
---|---|
Class<? extends Annotation> |
value
|
Element Detail |
---|
public abstract Class<? extends Annotation> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |