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 java.lang.Object


Constructor Summary
AnnotationFinder.Annotatable()
           
AnnotationFinder.Annotatable(java.lang.reflect.AnnotatedElement element)
           
 
Method Summary
 java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()
           
 java.lang.annotation.Annotation[] getDeclaredAnnotations()
           
 java.lang.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(java.lang.reflect.AnnotatedElement element)

AnnotationFinder.Annotatable

public AnnotationFinder.Annotatable()
Method Detail

getDeclaredAnnotations

public java.lang.annotation.Annotation[] getDeclaredAnnotations()

getAnnotations

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

getMetaAnnotationName

public java.lang.String getMetaAnnotationName()


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