| Package | Description |
|---|---|
| javax.enterprise.inject.spi.builder | |
| org.jboss.weld.bootstrap.events.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedConstructorConfiguratorImpl<T>
Configurator for
AnnotatedConstructor. |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructorConfigurator<T>> |
AnnotatedTypeConfiguratorImpl.constructors() |
Copyright © 2016. All Rights Reserved.