Package | Description |
---|---|
javax.enterprise.inject.spi.configurator |
Modifier and Type | Method and Description |
---|---|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.add(java.lang.annotation.Annotation annotation)
Add an annotation to the field.
|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.remove(java.util.function.Predicate<java.lang.annotation.Annotation> predicate)
Remove annotations that match the specified predicate.
|
default AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.removeAll()
Remove all the annotations.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.fields() |
default java.util.stream.Stream<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterFields(java.util.function.Predicate<AnnotatedField<? super T>> predicate) |