| Package | Description |
|---|---|
| javax.enterprise.inject.spi | |
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
<T> AnnotatedTypeConfigurator<T> |
AfterTypeDiscovery.addAnnotatedType(Class<T> clazz,
String id) |
<T> AnnotatedTypeConfigurator<T> |
BeforeBeanDiscovery.addAnnotatedType(Class<T> clazz,
String id) |
AnnotatedTypeConfigurator<T> |
InterceptionFactory.configure()
You can e.g.
|
default AnnotatedTypeConfigurator<T> |
InjectionTargetFactory.configure() |
AnnotatedTypeConfigurator<BEANCLASS> |
ProcessAnnotatedType.configureAnnotatedType() |
<T extends Annotation> |
BeforeBeanDiscovery.configureInterceptorBinding(Class<T> interceptorBindingType) |
<T extends Annotation> |
BeforeBeanDiscovery.configureQualifier(Class<T> qualifier) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.remove(Predicate<Annotation> predicate)
Remove all annotations which fit the given Predicate.
|
default AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.removeAll()
Remove all annotations from the type.
|
Copyright © 2025. All rights reserved.