org.apache.xbean.finder
Class AnnotationFinder.Annotatable

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

public class AnnotationFinder.Annotatable
extends Object


Constructor Summary
AnnotationFinder.Annotatable()
           
AnnotationFinder.Annotatable(AnnotatedElement element)
           
 
Method Summary
 List<AnnotationFinder.AnnotationInfo> getAnnotations()
           
 Annotation[] getDeclaredAnnotations()
           
 String getMetaAnnotationName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationFinder.Annotatable

public AnnotationFinder.Annotatable(AnnotatedElement element)

AnnotationFinder.Annotatable

public AnnotationFinder.Annotatable()
Method Detail

getDeclaredAnnotations

public Annotation[] getDeclaredAnnotations()

getAnnotations

public List<AnnotationFinder.AnnotationInfo> getAnnotations()

getMetaAnnotationName

public String getMetaAnnotationName()


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