Annotation Interface Matcher


@Retention(RUNTIME) @Target(TYPE) public @interface Matcher
Annotation to define a matching pattern on the root class
Author:
Guillaume CHAUVET
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Regular expression for record matching
  • Element Details

    • value

      String value
      Regular expression for record matching
      Returns:
      the regular expression
      See Also:
      • PatternMatcher.match(java.lang.String, java.lang.String)