org.apache.xbean.finder
Class AbstractFinder.Annotatable

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

public class AbstractFinder.Annotatable
extends java.lang.Object


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

Constructor Detail

AbstractFinder.Annotatable

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

AbstractFinder.Annotatable

public AbstractFinder.Annotatable()
Method Detail

getAnnotations

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


Copyright © 2005-2011. All Rights Reserved.