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