Searched refs:XmlAttributeWriter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlAttributeWriter.java31 public interface XmlAttributeWriter interface in inherits:JAnnotationWriter
36 XmlAttributeWriter name(String value);
38 XmlAttributeWriter namespace(String value);
40 XmlAttributeWriter required(boolean value);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java49 import com.sun.tools.internal.xjc.generator.annotation.spec.XmlAttributeWriter;
353 XmlAttributeWriter xaw = field.annotate2(XmlAttributeWriter.class);

Completed in 34 milliseconds