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