Package jakarta.xml.bind.annotation
Annotation Type XmlList
-
@Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER}) public @interface XmlListUsed to map a property to a list simple type.Usage
The
@XmlListannotation can be used with the following program elements:- JavaBean property
- field
When a collection property is annotated just with @XmlElement, each item in the collection will be wrapped by an element. For example, {@snippet :
- Since:
- 1.6, JAXB 2.0
- Author:
- Kohsuke Kawaguchi, Sun Microsystems, Inc.
- Sekhar Vajjhala, Sun Microsystems, Inc.