| Package | Description | 
|---|---|
| javax.enterprise.inject.spi.configurator | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotatedConstructorConfigurator<T> | 
AnnotatedConstructorConfigurator.add(Annotation annotation)
Add an annotation to the constructor. 
 | 
AnnotatedConstructorConfigurator<T> | 
AnnotatedConstructorConfigurator.remove(Predicate<Annotation> predicate)
Remove annotations that match the specified predicate. 
 | 
default AnnotatedConstructorConfigurator<T> | 
AnnotatedConstructorConfigurator.removeAll()
Remove all the annotations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<AnnotatedConstructorConfigurator<T>> | 
AnnotatedTypeConfigurator.constructors()  | 
default Stream<AnnotatedConstructorConfigurator<T>> | 
AnnotatedTypeConfigurator.filterConstructors(Predicate<AnnotatedConstructor<T>> predicate)  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.