public class AnnotationFinder.FieldInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor and Description |
---|
AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo info,
Field field) |
AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo declaringClass,
String name,
String type) |
Modifier and Type | Method and Description |
---|---|
Member |
get() |
Annotation[] |
getDeclaredAnnotations() |
AnnotationFinder.ClassInfo |
getDeclaringClass() |
String |
getMetaAnnotationName() |
String |
getName() |
String |
getType() |
String |
toString() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo info, Field field)
public AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo declaringClass, String name, String type)
public String getName()
getName
in interface AnnotationFinder.Info
public AnnotationFinder.ClassInfo getDeclaringClass()
public String getType()
public String getMetaAnnotationName()
getMetaAnnotationName
in interface AnnotationFinder.Info
getMetaAnnotationName
in class AnnotationFinder.Annotatable
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations
in interface AnnotationFinder.Info
getDeclaredAnnotations
in class AnnotationFinder.Annotatable
public Member get() throws ClassNotFoundException
ClassNotFoundException
Copyright © 2005-2012. All Rights Reserved.