Searched refs:getAllMethodAnnotations (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java116 Annotation[] getAllMethodAnnotations(M method, Locatable srcPos); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java73 public Annotation[] getAllMethodAnnotations(Method method, Locatable srcPos) { method in class:RuntimeInlineAnnotationReader
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java90 public Annotation[] getAllMethodAnnotations(MethodDeclaration method, Locatable srcPos) { method in class:InlineAnnotationReaderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java950 Annotation[] ga = getter!=null ? reader().getAllMethodAnnotations(getter,new MethodLocatable<M>(this,getter,nav())) : EMPTY_ANNOTATIONS;
951 Annotation[] sa = setter!=null ? reader().getAllMethodAnnotations(setter,new MethodLocatable<M>(this,setter,nav())) : EMPTY_ANNOTATIONS;
1105 if(hasJAXBAnnotation(reader().getAllMethodAnnotations(e.getValue(),this)))
1115 Annotation[] annotations = reader().getAllMethodAnnotations(method,this);

Completed in 33 milliseconds