Searched defs:jaxbAnnotations (Results 1 - 3 of 3) 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;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractWrapperBeanGenerator.java89 A createWrapperBeanMember(T paramType, String paramName, List<Annotation> jaxbAnnotations); argument
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

Completed in 31 milliseconds