Uses of Class
org.apache.xbean.finder.MetaAnnotation
-
Packages that use MetaAnnotation Package Description org.apache.xbean.finder -
-
Uses of MetaAnnotation in org.apache.xbean.finder
Fields in org.apache.xbean.finder with type parameters of type MetaAnnotation Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>>
MetaAnnotatedElement. annotations
Methods in org.apache.xbean.finder that return types with arguments of type MetaAnnotation Modifier and Type Method Description java.util.List<MetaAnnotation<T>>
MetaAnnotation. getConflicts()
java.util.Collection<MetaAnnotation<?>>
MetaAnnotated. getMetaAnnotations()
java.util.Collection<MetaAnnotation<?>>
MetaAnnotatedElement. getMetaAnnotations()
protected static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>>
MetaAnnotatedElement. unroll(java.lang.annotation.Annotation[] annotations)
protected static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>>
MetaAnnotatedElement. unroll(java.lang.reflect.AnnotatedElement element)
-