Annotation Type PatternProperties
- 
 @Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface PatternProperties Container for repeatablePatternPropertyannotation- See Also:
- PatternProperty
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description PatternProperty[]valueAn array of PatternProperty annotations
 
- 
- 
- 
Element Detail- 
valuePatternProperty[] value An array of PatternProperty annotations- Returns:
- the array of the PatternProperty
 - Default:
- {}
 
 
- 
 
-