| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedCallable<X>
Abstract introspected view of a Bean injectible field
|
interface |
AnnotatedConstructor<X>
Abstract introspected view of a Bean constructor
|
interface |
AnnotatedField<X>
Abstract introspected view of a Bean injectible field
|
interface |
AnnotatedMember<X>
Abstract introspected view of a Bean injectible method
|
interface |
AnnotatedMethod<X>
Abstract introspected view of a Bean injectible method
|
interface |
AnnotatedParameter<X>
Abstract introspected view of a method or constructor parameter
|
interface |
AnnotatedType<X>
Abstract introspected view of a Bean
|
| Modifier and Type | Method and Description |
|---|---|
Annotated |
InjectionPoint.getAnnotated()
Returns all annotations on the injection point.
|
Annotated |
ProcessBean.getAnnotated() |