com.sun.xml.bind.v2.model.impl
class FieldPropertySeed<TypeT,ClassDeclT,FieldT,MethodT> extends Object implements PropertySeed<TypeT,ClassDeclT,FieldT,MethodT>
Field Summary | |
---|---|
protected FieldT | field |
Constructor Summary | |
---|---|
FieldPropertySeed(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> classInfo, FieldT field) |
Method Summary | |
---|---|
Location | getLocation() |
String | getName() |
TypeT | getRawType() |
Locatable | getUpstream()
Use the enclosing class as the upsream Location. |
boolean | hasAnnotation(Class<? extends Annotation> annotationType) |
<A extends Annotation> A | readAnnotation(Class<A> a) |