| Package | Description |
|---|---|
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructorConfigurator<T> |
AnnotatedConstructorConfigurator.add(Annotation annotation)
Adds an instance of the given annotation to the constructor.
|
AnnotatedConstructorConfigurator<T> |
AnnotatedConstructorConfigurator.remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedConstructorConfigurator<T> |
AnnotatedConstructorConfigurator.removeAll()
removes all Annotations
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructorConfigurator<T>> |
AnnotatedTypeConfigurator.constructors() |
default Stream<AnnotatedConstructorConfigurator<T>> |
AnnotatedTypeConfigurator.filterConstructors(Predicate<AnnotatedConstructor<T>> predicate) |
Copyright © 2021. All rights reserved.