org.jboss.seam.solder.bean.generic
Annotation Type GenericConfiguration


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

Author:
Stuart Douglas , Pete Muir

Required Element Summary
 Class<? extends Annotation> value
           
 

Element Detail

value

public abstract Class<? extends Annotation> value


Copyright © 2011 Seam Framework. All Rights Reserved.