Package | Description |
---|---|
javax.enterprise.inject.spi.builder |
Modifier and Type | Method and Description |
---|---|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.remove(Annotation annotation)
Remove annotations with (a) the same type and (b) the same annotation member value for each member which is not
annotated
Nonbinding . |
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.remove(Class<? extends Annotation> annotationType)
Removes all annotations with the same type.
|
AnnotatedMethodConfigurator<T> |
AnnotatedMethodConfigurator.removeAll()
Remove all annotations from the method.
|
Modifier and Type | Method and Description |
---|---|
default java.util.stream.Stream<AnnotatedMethodConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterMethods(java.util.function.Predicate<AnnotatedMethod<? super T>> predicate) |
Set<AnnotatedMethodConfigurator<? super T>> |
AnnotatedTypeConfigurator.methods() |
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.