| Package | Description |
|---|---|
| jakarta.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.add(Annotation annotation)
Add an annotation to the method.
|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.remove(Predicate<Annotation> predicate)
Remove annotations that match the specified predicate.
|
default AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.removeAll()
Remove all the annotations.
|
| Modifier and Type | Method and Description |
|---|---|
default Stream<AnnotatedMethodConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterMethods(Predicate<AnnotatedMethod<? super T>> predicate) |
Set<AnnotatedMethodConfigurator<? super T>> |
AnnotatedTypeConfigurator.methods() |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.