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
AnnotatedField representing the producer field or the
AnnotatedMethod representing the producer method. |
Modifier and Type | Method and Description |
---|---|
BeanAttributes<?> |
BeanManager.createBeanAttributes(AnnotatedMember<?> type)
Obtains a
BeanAttributes for the given AnnotatedType . |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.