Uses of Class
org.apache.xbean.finder.MetaAnnotation
Packages that use MetaAnnotation
-
Uses of MetaAnnotation in org.apache.xbean.finder
Fields in org.apache.xbean.finder with type parameters of type MetaAnnotationModifier and TypeFieldDescriptionprotected final Map<Class<? extends Annotation>, MetaAnnotation<?>> MetaAnnotatedElement.annotationsprivate final List<MetaAnnotation<T>> MetaAnnotation.conflictsMethods in org.apache.xbean.finder that return types with arguments of type MetaAnnotationModifier and TypeMethodDescriptionMetaAnnotation.getConflicts()MetaAnnotated.getMetaAnnotations()MetaAnnotatedElement.getMetaAnnotations()protected static Map<Class<? extends Annotation>, MetaAnnotation<?>> MetaAnnotatedElement.unroll(Annotation[] annotations) protected static Map<Class<? extends Annotation>, MetaAnnotation<?>> MetaAnnotatedElement.unroll(AnnotatedElement element) Method parameters in org.apache.xbean.finder with type arguments of type MetaAnnotationModifier and TypeMethodDescriptionprivate static voidMetaAnnotatedElement.unroll(Class<? extends Annotation> clazz, int depth, Map<Class<? extends Annotation>, MetaAnnotation<?>> found) Constructor parameters in org.apache.xbean.finder with type arguments of type MetaAnnotationModifierConstructorDescription(package private)MetaAnnotatedElement(T target, Map<Class<? extends Annotation>, MetaAnnotation<?>> annotations)