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. annotationsprivate java.util.List<MetaAnnotation<T>>MetaAnnotation. conflictsMethods 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)Method parameters in org.apache.xbean.finder with type arguments of type MetaAnnotation Modifier and Type Method Description private static voidMetaAnnotatedElement. unroll(java.lang.Class<? extends java.lang.annotation.Annotation> clazz, int depth, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> found)Constructor parameters in org.apache.xbean.finder with type arguments of type MetaAnnotation Constructor Description MetaAnnotatedElement(T target, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> annotations)
-