Package org.apache.xbean.finder
Class AbstractFinder.Annotatable
- java.lang.Object
-
- 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
Constructors Constructor Description Annotatable()
Annotatable(java.lang.reflect.AnnotatedElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AbstractFinder.AnnotationInfo>
getAnnotations()
-
-
-
Method Detail
-
getAnnotations
public java.util.List<AbstractFinder.AnnotationInfo> getAnnotations()
-
-