|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotatedAnnotation<T extends java.lang.annotation.Annotation>
Represents a meta annotation
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Method Summary | ||
---|---|---|
java.util.Set<AnnotatedMethod<?>> |
getAnnotatedMembers(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all the members annotated with annotationType |
|
|
getMember(java.lang.String memberName,
AnnotatedClass<A> expectedType)
Get an annotation member by name |
|
java.util.Set<AnnotatedMethod<?>> |
getMembers()
Gets all members |
|
java.lang.Class<T> |
getRawType()
Gets the type of the element |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedType |
---|
getSimpleName, getSuperclass, isEquivalent |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic |
Method Detail |
---|
java.util.Set<AnnotatedMethod<?>> getMembers()
java.util.Set<AnnotatedMethod<?>> getAnnotatedMembers(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType
- The annotation type to match
<A> AnnotatedMethod<A> getMember(java.lang.String memberName, AnnotatedClass<A> expectedType)
memberName
-
java.lang.Class<T> getRawType()
AnnotatedItem
getRawType
in interface AnnotatedItem<T extends java.lang.annotation.Annotation,java.lang.Class<T extends java.lang.annotation.Annotation>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |