Package | Description |
---|---|
javax.enterprise.inject.spi.builder |
Modifier and Type | Method and Description |
---|---|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.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 . |
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.remove(Class<? extends Annotation> annotationType)
Removes all annotations with the same type.
|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.removeAll()
Remove all annotations from the field.
|
Modifier and Type | Method and Description |
---|---|
Set<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.fields() |
default java.util.stream.Stream<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterFields(java.util.function.Predicate<AnnotatedField<? super T>> predicate) |
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.