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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DMemberInfo.java40 private final List<Annotation> jaxbAnnotations; field in class:MemberInfo
42 public MemberInfo(TypeMirror paramType, String paramName, List<Annotation> jaxbAnnotations) { argument
45 this.jaxbAnnotations = jaxbAnnotations;
49 return jaxbAnnotations;
H A DWebServiceWrapperGenerator.java345 List<Annotation> jaxbAnnotations = memInfo.getJaxbAnnotations();
346 for(Annotation ann : jaxbAnnotations) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DWrapperBeanGenerator.java130 for(Annotation ann : field.jaxbAnnotations) {
207 for(Annotation ann : field.jaxbAnnotations) {
348 private final List<Annotation> jaxbAnnotations; field in class:WrapperBeanGenerator.Field
351 List<Annotation> jaxbAnnotations) {
355 this.jaxbAnnotations = jaxbAnnotations;
350 Field(String paramName, java.lang.reflect.Type paramType, Type asmType, List<Annotation> jaxbAnnotations) argument
H A DAbstractWrapperBeanGenerator.java89 A createWrapperBeanMember(T paramType, String paramName, List<Annotation> jaxbAnnotations); argument

Completed in 37 milliseconds