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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAbstractInlineAnnotationReaderImpl.java84 public boolean hasMethodAnnotation(Class<? extends Annotation> annotation, String propertyName, M getter, M setter, Locatable srcPos) { method in class:AbstractInlineAnnotationReaderImpl
85 boolean x = ( getter != null && hasMethodAnnotation(annotation, getter) );
86 boolean y = ( setter != null && hasMethodAnnotation(annotation, setter) );
H A DAnnotationReader.java108 boolean hasMethodAnnotation(Class<? extends Annotation> annotation, String propertyName, M getter, M setter, Locatable srcPos); method in interface:AnnotationReader
122 boolean hasMethodAnnotation(Class<? extends Annotation> annotation, M method ); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java69 public boolean hasMethodAnnotation(Class<? extends Annotation> annotation, Method method) { method in class:RuntimeInlineAnnotationReader
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java230 return reader().hasMethodAnnotation(annotationType,method);
313 this.inlineBinary = reader().hasMethodAnnotation(XmlInlineBinaryData.class,method);
375 if(reader().hasMethodAnnotation(XmlID.class,method)) {
378 if(reader().hasMethodAnnotation(XmlIDREF.class,method)) {
H A DGetterSetterPropertySeed.java69 return parent.reader().hasMethodAnnotation(annotationType,getName(),getter,setter,this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java84 public boolean hasMethodAnnotation(Class<? extends Annotation> a, MethodDeclaration method) { method in class:InlineAnnotationReaderImpl

Completed in 25 milliseconds