| Modifier and Type | Interface and Description |
|---|---|
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
Use this extension point to register a custom
InjectableContext implementation. |
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. |
| Modifier and Type | Method and Description |
|---|---|
static int |
BuildExtension.compare(BuildExtension e1,
BuildExtension e2) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.