org.apache.xbean.finder
Class ClassFinder.Annotatable

java.lang.Object
  extended by org.apache.xbean.finder.ClassFinder.Annotatable
Direct Known Subclasses:
ClassFinder.AnnotationInfo, ClassFinder.ClassInfo, ClassFinder.FieldInfo, ClassFinder.MethodInfo, ClassFinder.PackageInfo
Enclosing class:
ClassFinder

public class ClassFinder.Annotatable
extends java.lang.Object


Constructor Summary
ClassFinder.Annotatable()
           
ClassFinder.Annotatable(java.lang.reflect.AnnotatedElement element)
           
 
Method Summary
 java.util.List<ClassFinder.AnnotationInfo> getAnnotations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFinder.Annotatable

public ClassFinder.Annotatable(java.lang.reflect.AnnotatedElement element)

ClassFinder.Annotatable

public ClassFinder.Annotatable()
Method Detail

getAnnotations

public java.util.List<ClassFinder.AnnotationInfo> getAnnotations()