@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @AnnotationValueMustConvertTo(value=java.util.regex.Pattern.class, method="compile") public @interface PatternRegex
Annotation to mark a type with a
Pattern regex.Pattern.compile(String)Copyright © 2015–2021. All rights reserved.