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