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