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


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Qualifier
@Documented
public @interface Generic

Qualifier used to identify generic bean injection points. Generic bean injections can only occur in other generic beans which share the same generic configuration annotation annotation.

Author:
Pete Muir
See Also:
GenericConfiguration



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