Package | Description |
---|---|
javax.enterprise.inject.spi.configurator |
Modifier and Type | Method and Description |
---|---|
AnnotatedConstructorConfigurator<T> |
AnnotatedConstructorConfigurator.add(java.lang.annotation.Annotation annotation)
Add an annotation to the constructor.
|
AnnotatedConstructorConfigurator<T> |
AnnotatedConstructorConfigurator.remove(java.util.function.Predicate<java.lang.annotation.Annotation> predicate)
Remove annotations that match the specified predicate.
|
default AnnotatedConstructorConfigurator<T> |
AnnotatedConstructorConfigurator.removeAll()
Remove all the annotations.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<AnnotatedConstructorConfigurator<T>> |
AnnotatedTypeConfigurator.constructors() |
default java.util.stream.Stream<AnnotatedConstructorConfigurator<T>> |
AnnotatedTypeConfigurator.filterConstructors(java.util.function.Predicate<AnnotatedConstructor<T>> predicate) |