Annotation Interface PatternWithDescription.PatternWithDescriptionList
- Enclosing class:
PatternWithDescription
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Documented
@Retention(RUNTIME)
public static @interface PatternWithDescription.PatternWithDescriptionList
Defines several
Pattern annotations on the same element.- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns an array of PatternWithDescription.
-
Element Details
-
value
PatternWithDescription[] valueReturns an array of PatternWithDescription.- Returns:
- an array of PatternWithDescription
-