|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeforeBeanDiscovery
Container fires this event before discovery of the beans process.
Method Summary | |
---|---|
void |
addAnnotatedType(AnnotatedType<?> type)
Adds new annotated type. |
void |
addInterceptorBinding(Class<? extends Annotation> binding,
Annotation... bindingDef)
Declares a new interceptor binding. |
void |
addQualifier(Class<? extends Annotation> qualifier)
Declares a new qualifier. |
void |
addScope(Class<? extends Annotation> scope,
boolean normal,
boolean passivating)
Declares a new scope. |
void |
addStereotype(Class<? extends Annotation> stereotype,
Annotation... stereotypeDef)
Declares a new stereotype. |
Method Detail |
---|
void addQualifier(Class<? extends Annotation> qualifier)
qualifier
- qualifiervoid addScope(Class<? extends Annotation> scope, boolean normal, boolean passivating)
scope
- scopenormal
- is normal or notpassivating
- passivated or notvoid addStereotype(Class<? extends Annotation> stereotype, Annotation... stereotypeDef)
stereotype
- stereotype classstereotypeDef
- meta annotationsvoid addInterceptorBinding(Class<? extends Annotation> binding, Annotation... bindingDef)
binding
- binding classbindingDef
- meta annotationsvoid addAnnotatedType(AnnotatedType<?> type)
type
- annotated type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |