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() |
protected LazyValueHolder<Set<Type>> |
initTypeClosure(Type baseType,
SharedObjectCache cache) |
boolean |
isStatic() |
getAnnotatedElement, getAnnotations, getTypeClosure
getBaseType
public BackedAnnotatedMember(Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected LazyValueHolder<Set<Type>> initTypeClosure(Type baseType, SharedObjectCache cache)
initTypeClosure
in class BackedAnnotated
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 © 2013 Seam Framework. All Rights Reserved.