Searched refs:hasFieldAnnotation (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DFieldPropertySeed.java53 return parent.reader().hasFieldAnnotation(annotationType,field);
H A DRuntimeClassInfoImpl.java278 if(reader().hasFieldAnnotation(XmlLocation.class,f))
H A DClassInfoImpl.java367 boolean isDummy = reader().hasFieldAnnotation(OverrideAnnotationOf.class, f);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java84 boolean hasFieldAnnotation(Class<? extends Annotation> annotationType, F field); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java49 public boolean hasFieldAnnotation(Class<? extends Annotation> annotationType, Field field) { method in class:RuntimeInlineAnnotationReader
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ap/
H A DInlineAnnotationReaderImpl.java67 public boolean hasFieldAnnotation(Class<? extends Annotation> annotationType, VariableElement f) { method in class:InlineAnnotationReaderImpl

Completed in 98 milliseconds