Searched defs:XmlList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlList.java40 * The <tt>@XmlList</tt> annotation can be used with the
69 * &#64;XmlList annotation, on the other hand, allows multiple values to be
76 * &#64;XmlList
95 * <li> The use of <tt>@XmlList</tt> with {@link XmlValue} while
96 * allowed, is redundant since {@link XmlList} maps a
100 * <li> The use of <tt>@XmlList</tt> with {@link XmlAttribute} while
101 * allowed, is redundant since {@link XmlList} maps a
110 public @interface XmlList { interface

Completed in 77 milliseconds