|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetaField
Metadata about a Class field
| Method Summary | |
|---|---|
MetaAnnotation |
getAnnotation(String annotationName)
Get metadata about a particular annotation on the corresponding field. |
Set<? extends MetaAnnotation> |
getAnnotations()
Get metadata about the annotations on the field. |
String |
getName()
Get the name of the method or constructor |
MetaType |
getType()
Get metadata about the field's type |
boolean |
isStatic()
Get whether the corresponding field is a static field |
| Method Detail |
|---|
String getName()
getName in interface HasNameSet<? extends MetaAnnotation> getAnnotations()
MetaAnnotation getAnnotation(String annotationName)
annotationName - The name of the annotation desired
boolean isStatic()
MetaType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||