Class AnnotationParser.FieldInfo
java.lang.Object
org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- Enclosing class:
 AnnotationParser
Immutable information gathered by parsing a field on a class.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
FieldInfo
public FieldInfo(AnnotationParser.ClassInfo classInfo, String fieldName, int access, String fieldType, String signature, Object value)  
 - 
 - 
Method Details
- 
getClassInfo
 - 
getFieldName
 - 
getAccess
public int getAccess() - 
getFieldType
 - 
getSignature
 - 
getValue
 
 -