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