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