Package org.apache.juneau.xml.annotation
Annotation Interface XmlAnnotation.Array
- Enclosing class:
- XmlAnnotation
@Documented
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
public static @interface XmlAnnotation.Array
A collection of 
@Xml annotations.- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueThe child annotations.- Returns:
- The annotation value.
 
 
-