org.apache.xbean.finder
Class AnnotationFinder.FieldInfo
java.lang.Object
org.apache.xbean.finder.AnnotationFinder.Annotatable
org.apache.xbean.finder.AnnotationFinder.FieldInfo
- All Implemented Interfaces:
- AnnotationFinder.Info
- Enclosing class:
- AnnotationFinder
public class AnnotationFinder.FieldInfo
- extends AnnotationFinder.Annotatable
- implements AnnotationFinder.Info
AnnotationFinder.FieldInfo
public AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo info,
Field field)
AnnotationFinder.FieldInfo
public AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo declaringClass,
String name,
String type)
getName
public String getName()
- Specified by:
getName in interface AnnotationFinder.Info
getDeclaringClass
public AnnotationFinder.ClassInfo getDeclaringClass()
getType
public String getType()
toString
public String toString()
- Overrides:
toString in class Object
getMetaAnnotationName
public String getMetaAnnotationName()
- Specified by:
getMetaAnnotationName in interface AnnotationFinder.Info- Overrides:
getMetaAnnotationName in class AnnotationFinder.Annotatable
getDeclaredAnnotations
public Annotation[] getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotations in interface AnnotationFinder.Info- Overrides:
getDeclaredAnnotations in class AnnotationFinder.Annotatable
get
public Member get()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.