Searched refs:hasClassAnnotation (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java91 boolean hasClassAnnotation(C clazz, Class<? extends Annotation> annotationType); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java53 public boolean hasClassAnnotation(Class clazz, Class<? extends Annotation> annotationType) { method in class:RuntimeInlineAnnotationReader
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java72 public boolean hasClassAnnotation(TypeDeclaration clazz, Class<? extends Annotation> annotationType) { method in class:InlineAnnotationReaderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DModelBuilder.java223 if(reader.hasClassAnnotation(clazz,XmlTransient.class) || isReplaced) {
H A DClassInfoImpl.java1087 && (builder.isReplaced(sc) || reader().hasClassAnnotation(sc, XmlTransient.class));

Completed in 37 milliseconds