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  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
 java.util.List<MetaAnnotation<T>> MetaAnnotation.getConflicts()
           
 java.util.Collection<MetaAnnotation<?>> MetaAnnotatedElement.getMetaAnnotations()
           
 java.util.Collection<MetaAnnotation<?>> MetaAnnotated.getMetaAnnotations()
           
protected static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> MetaAnnotatedElement.unroll(java.lang.reflect.AnnotatedElement element)
           
protected static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> MetaAnnotatedElement.unroll(java.lang.annotation.Annotation[] annotations)
           
 



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