| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AnnotatedConstructor<X> |
Represents a constructor of a Java class.
|
interface |
AnnotatedMethod<X> |
Represents a method of a Java type.
|
| Modifier and Type | Method | Description |
|---|---|---|
AnnotatedCallable<X> |
AnnotatedParameter.getDeclaringCallable() |
Get the declaring method or constructor.
|