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