Annotation Type PathPattern


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) public @interface PathPattern
Sets the Path to which the current Rule will match. Note, this annotation may be used without a corresponding Rule annotation.
Author:
Lincoln Baxter, III
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The path to which the current Rule will match.
  • Element Details

    • value

      String value
      The path to which the current Rule will match.