org.jboss.solder.bean.defaultbean
Annotation Type DefaultBeanInformation


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

We use this annotation as a carrier of qualifiers so that other extensions have access to the original qualifiers of the bean (those removed and replaced by synthetic qualifier by the DefaultBeanExtension).

Author:
Jozef Hartinger



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