org.jboss.webbeans.introspector
Interface AnnotatedMember<T,S extends java.lang.reflect.Member>

All Superinterfaces:
AnnotatedItem<T,S>
All Known Subinterfaces:
AnnotatedConstructor<T>, AnnotatedField<T>, AnnotatedMethod<T>
All Known Implementing Classes:
AbstractAnnotatedMember, AnnotatedConstructorImpl, AnnotatedFieldImpl, AnnotatedMethodImpl, ConstructorInjectionPoint, FieldInjectionPoint, ForwardingAnnotatedConstructor, ForwardingAnnotatedField, ForwardingAnnotatedMember, ForwardingAnnotatedMethod, MethodInjectionPoint, WrappedAnnotatedField, WrappedAnnotatedMethod

public interface AnnotatedMember<T,S extends java.lang.reflect.Member>
extends AnnotatedItem<T,S>

AnnotedMember provides enhanced access to an annotated member

Author:
Pete Muir

Field Summary
 
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem
MAPPED_METAANNOTATIONS
 
Method Summary
 S getMember()
           
 
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isProxyable, isPublic, isStatic
 

Method Detail

getMember

S getMember()


Copyright © 2008-2009. All Rights Reserved.