Package | Description |
---|---|
javax.enterprise.inject.spi.configurator |
Modifier and Type | Method and Description |
---|---|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.add(java.lang.annotation.Annotation annotation)
Add an annotation to the method.
|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.remove(java.util.function.Predicate<java.lang.annotation.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 java.util.stream.Stream<AnnotatedMethodConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterMethods(java.util.function.Predicate<AnnotatedMethod<? super T>> predicate) |
java.util.Set<AnnotatedMethodConfigurator<? super T>> |
AnnotatedTypeConfigurator.methods() |