| Package | Description | 
|---|---|
| javax.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AnnotatedCallable<X>
 Represents a callable member of a Java type. 
 | 
interface  | 
AnnotatedConstructor<X>
 Represents a constructor of a Java class. 
 | 
interface  | 
AnnotatedField<X>
 Represents a field of a Java class. 
 | 
interface  | 
AnnotatedMember<X>
 Represents a member of a Java type. 
 | 
interface  | 
AnnotatedMethod<X>
 Represents a method of a Java type. 
 | 
interface  | 
AnnotatedParameter<X>
 Represents a parameter of a method or constructor. 
 | 
interface  | 
AnnotatedType<X>
 Represents a Java class or interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Annotated | 
ProcessBeanAttributes.getAnnotated()  | 
Annotated | 
ProcessBean.getAnnotated()
Returns the  
AnnotatedType representing the bean class, the
 AnnotatedMethod representing the producer method, or the
 AnnotatedField representing the producer field. | 
Annotated | 
InjectionPoint.getAnnotated()
Obtain an instance of  
AnnotatedField or
 AnnotatedParameter, depending upon whether the injection point is an injected field
 or a constructor/method parameter. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.