public abstract class UnbackedAnnotatedMember<X> extends UnbackedAnnotated implements javax.enterprise.inject.spi.AnnotatedMember<X>
Constructor and Description |
---|
UnbackedAnnotatedMember(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType) |
Modifier and Type | Method and Description |
---|---|
UnbackedAnnotatedType<X> |
getDeclaringType() |
boolean |
isStatic() |
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
getBaseType
public UnbackedAnnotatedMember(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType)
public boolean isStatic()
isStatic
in interface javax.enterprise.inject.spi.AnnotatedMember<X>
public UnbackedAnnotatedType<X> getDeclaringType()
getDeclaringType
in interface javax.enterprise.inject.spi.AnnotatedMember<X>
Copyright © 2016. All rights reserved.