Annotation Type Before


@Retention(RUNTIME) @Target(METHOD) public @interface Before
Use this annotation on a method in order to indicate that the method is a schema action to perform before successful matches of a rule with the given name.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    This is the name of the schema rule that this action applies to.
  • Element Details

    • value

      String value
      This is the name of the schema rule that this action applies to.
      Returns:
      the name of a rule in a symbolic-expression schema.