| Package | Description | 
|---|---|
| jakarta.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> predicate)Remove annotations that match the specified predicate. | 
| default AnnotatedFieldConfigurator<T> | AnnotatedFieldConfigurator. removeAll()Remove all the 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.