Package ball.annotation
Annotation Type PatternRegex
-
@Documented @Retention(RUNTIME) @Target(TYPE) @AnnotationValueMustConvertTo(value=java.util.regex.Pattern.class, method="compile") public @interface PatternRegex
Annotation
to mark a type with aPattern
regex.- Author:
- Allen D. Ball
- See Also:
Pattern.compile(String)