| 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  | AnnotatedMethod<X>
 Represents a method of a Java type. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotatedMember<T> | ProcessProducer. getAnnotatedMember()Returns the  AnnotatedFieldrepresenting the producer field or theAnnotatedMethodrepresenting the producer method. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeanAttributes<?> | BeanManager. createBeanAttributes(AnnotatedMember<?> type)Obtains a  BeanAttributesfor the givenAnnotatedType. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.