Uses of Class
org.apache.xbean.finder.MetaAnnotation

Packages that use MetaAnnotation
org.apache.xbean.finder   
 

Uses of MetaAnnotation in org.apache.xbean.finder
 

Fields in org.apache.xbean.finder with type parameters of type MetaAnnotation
protected  Map<Class<? extends Annotation>,MetaAnnotation<?>> MetaAnnotatedElement.annotations
           
 

Methods in org.apache.xbean.finder that return types with arguments of type MetaAnnotation
 List<MetaAnnotation<T>> MetaAnnotation.getConflicts()
           
 Collection<MetaAnnotation<?>> MetaAnnotatedElement.getMetaAnnotations()
           
 Collection<MetaAnnotation<?>> MetaAnnotated.getMetaAnnotations()
           
protected static Map<Class<? extends Annotation>,MetaAnnotation<?>> MetaAnnotatedElement.unroll(AnnotatedElement element)
           
protected static Map<Class<? extends Annotation>,MetaAnnotation<?>> MetaAnnotatedElement.unroll(Annotation[] annotations)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.