interface |
AnnotationsTransformer |
Allows a build-time extension to override the annotations that exist on bean classes.
|
interface |
BeanDeploymentValidator |
Makes it possible to validate the bean deployment and also to skip some validation rules for specific components.
|
interface |
BeanRegistrar |
Allows a build-time extension to register synthetic beans.
|
interface |
ContextRegistrar |
|
interface |
InjectionPointsTransformer |
Allows a build-time extension to alter qualifiers on an injection point.
|
interface |
InterceptorBindingRegistrar |
|
interface |
ObserverRegistrar |
Allows a build-time extension to register synthetic observers.
|
interface |
ObserverTransformer |
Allows a build-time extension to:
override the set of qualifiers and priority of any observer method,
instruct the container to veto the observer method.
|
interface |
QualifierRegistrar |
Makes it possible to turn an annotation into a qualifier without adding a Qualifier annotation to it.
|
interface |
StereotypeRegistrar |
Makes it possible to turn an annotation into a stereotype without adding a Stereotype annotation to it.
|