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() |
getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo info, Field field)
public AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo declaringClass, String name, String type)
public String getName()
getName in interface AnnotationFinder.Infopublic AnnotationFinder.ClassInfo getDeclaringClass()
public String getType()
public String getMetaAnnotationName()
getMetaAnnotationName in interface AnnotationFinder.InfogetMetaAnnotationName in class AnnotationFinder.Annotatablepublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotationFinder.InfogetDeclaredAnnotations in class AnnotationFinder.Annotatablepublic Member get() throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.