Annotation Type DependentSchemas
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface DependentSchemas
Container for repeatableDependentSchema
annotation- See Also:
DependentSchema
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description DependentSchema[]
value
An array of DependentSchema annotations
-
-
-
Element Detail
-
value
DependentSchema[] value
An array of DependentSchema annotations- Returns:
- the array of the DependentSchema
- Default:
- {}
-
-