public abstract class BackedAnnotatedMember<X> extends BackedAnnotated implements javax.enterprise.inject.spi.AnnotatedMember<X>
Modifier and Type | Class and Description |
---|---|
protected static class |
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>> |
Constructor and Description |
---|
BackedAnnotatedMember(Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
BackedAnnotatedType<X> |
getDeclaringType() |
protected ReflectionCache |
getReflectionCache() |
boolean |
isStatic() |
getAnnotatedElement, getAnnotations, getTypeClosure, initTypeClosure
getBaseType
public BackedAnnotatedMember(Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
public boolean isStatic()
isStatic
in interface javax.enterprise.inject.spi.AnnotatedMember<X>
public BackedAnnotatedType<X> getDeclaringType()
getDeclaringType
in interface javax.enterprise.inject.spi.AnnotatedMember<X>
protected ReflectionCache getReflectionCache()
getReflectionCache
in class BackedAnnotated
Copyright © 2016. All rights reserved.