Annotation Type Condition


@Retention(RUNTIME) @Target(METHOD) public @interface Condition
Use this method to mark a method as the implementation of a user-defined condition that can be referenced by 'require' rules within a symbolic-expression schema.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    This method retrieves user-defined name of the condition.
  • Element Details

    • value

      String value
      This method retrieves user-defined name of the condition.
      Returns:
      the name of the condition.