|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotatedMember<X>
Abstract introspected view of a Bean injectible method
Method Summary | |
---|---|
AnnotatedType<X> |
getDeclaringType()
Returns the declaring type |
java.lang.reflect.Member |
getJavaMember()
Returns the reflected Method |
boolean |
isStatic()
Returns true for a static field/method |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Method Detail |
---|
AnnotatedType<X> getDeclaringType()
java.lang.reflect.Member getJavaMember()
boolean isStatic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |