public interface BeforeBeanDiscovery
Modifier and Type | Method and Description |
---|---|
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.
|
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 typeCopyright © 2013. All rights reserved.