| Package | Description |
|---|---|
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.removeAll()
removes all 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 © 2021. All rights reserved.