| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| javax.enterprise.inject.spi.builder |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<X>> |
AnnotatedType.getConstructors()
Get the constructors of the type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.addToConstructor(AnnotatedConstructor<T> constructor,
Annotation annotation)
Add an annotation to the specified constructor.
|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.removeFromConstructor(AnnotatedConstructor<T> constructor,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified constructor.
|
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.