Annotation Type MethodPredicate


@Target(METHOD) @Retention(RUNTIME) public @interface MethodPredicate
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the method that will represent an LHS condition.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • method

      String method

      Name of the method that will represent an LHS condition.

      Returns:
      name of the method
    • args

      String[] args
      Returns:
      array of field references which will be method arguments.
      Default:
      {}