public class APFieldInfo extends APMetadataInfo implements FieldInfo
processEnv| Constructor and Description |
|---|
APFieldInfo(ProcessingEnvironment processEnv,
VariableElement ve) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annClass) |
ClassInfo |
getDeclaringClass() |
String |
getName() |
String |
getType() |
boolean |
isPublic() |
boolean |
isStatic() |
String |
toString() |
getElementpublic APFieldInfo(ProcessingEnvironment processEnv, VariableElement ve)
public <T extends Annotation> T getAnnotation(Class<T> annClass)
getAnnotation in interface FieldInfopublic ClassInfo getDeclaringClass()
getDeclaringClass in interface FieldInfoCopyright © 2014. All Rights Reserved.