| Package | Description |
|---|---|
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.removeAll()
removes all Annotations
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.fields() |
default Stream<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterFields(Predicate<AnnotatedField<? super T>> predicate) |
Copyright © 2025. All rights reserved.