Package org.apache.xbean.finder
Class AnnotationFinder.Annotatable
- java.lang.Object
-
- org.apache.xbean.finder.AnnotationFinder.Annotatable
-
- Direct Known Subclasses:
AnnotationFinder.AnnotationInfo
,AnnotationFinder.ClassInfo
,AnnotationFinder.FieldInfo
,AnnotationFinder.MethodInfo
,AnnotationFinder.PackageInfo
,AnnotationFinder.ParameterInfo
- Enclosing class:
- AnnotationFinder
public class AnnotationFinder.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<AnnotationFinder.AnnotationInfo>
getAnnotations()
java.lang.annotation.Annotation[]
getDeclaredAnnotations()
java.lang.String
getMetaAnnotationName()
-
-
-
Method Detail
-
getDeclaredAnnotations
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
-
getAnnotations
public java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()
-
getMetaAnnotationName
public java.lang.String getMetaAnnotationName()
-
-