Searched defs:getMethodAnnotation (Results 1 - 4 of 4) 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/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 46 milliseconds