Searched refs:getMethodAnnotation (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAbstractInlineAnnotationReaderImpl.java60 public final <A extends Annotation> A getMethodAnnotation(Class<A> annotation, M getter, M setter, Locatable srcPos) { method in class:AbstractInlineAnnotationReaderImpl
61 A a1 = getter==null?null:getMethodAnnotation(annotation,getter,srcPos);
62 A a2 = setter==null?null:getMethodAnnotation(annotation,setter,srcPos);
89 // both are present. have getMethodAnnotation report an error
90 getMethodAnnotation(annotation,getter,setter,srcPos);
H A DAnnotationReader.java102 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, method in interface:AnnotationReader
120 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, M method, Locatable srcpos ); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java65 public <A extends Annotation> A getMethodAnnotation(Class<A> annotation, Method method, Locatable srcPos) { method in class:RuntimeInlineAnnotationReader
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java226 return reader().getMethodAnnotation(annotationType,method,ElementInfoImpl.this);
243 anno = reader().getMethodAnnotation( XmlElementDecl.class, m, this );
260 XmlJavaTypeAdapter adapter = reader().getMethodAnnotation(XmlJavaTypeAdapter.class,m,this);
264 XmlAttachmentRef xsa = reader().getMethodAnnotation(XmlAttachmentRef.class,m,this);
H A DGetterSetterPropertySeed.java65 return parent.reader().getMethodAnnotation(annotation, getter,setter,this);
H A DRegistryInfoImpl.java82 XmlElementDecl em = builder.reader.getMethodAnnotation(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractWrapperBeanGenerator.java96 Annotation ann = annReader.getMethodAnnotation(jaxbClass, method, null);
188 WebResult webResult = annReader.getMethodAnnotation(WebResult.class, method ,null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java80 public <A extends Annotation> A getMethodAnnotation(Class<A> a, MethodDeclaration method, Locatable srcPos) { method in class:InlineAnnotationReaderImpl

Completed in 41 milliseconds