Package | Description |
---|---|
javax.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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.