Interface MetaAnnotated<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<MetaAnnotation<?>> getMetaAnnotations()  
      • Methods inherited from interface org.apache.xbean.finder.Annotated

        get
      • Methods inherited from interface java.lang.reflect.AnnotatedElement

        getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
    • Method Detail

      • getMetaAnnotations

        java.util.Collection<MetaAnnotation<?>> getMetaAnnotations()