Annotation Interface InputParameterDelegate


@Target(METHOD) @Retention(RUNTIME) public @interface InputParameterDelegate
Annotation marks a delegate method that implements some logic related to an input parameter defined in the report definition class. Method must conform to convention: no parameters, the result is one of supported functional interfaces. Currently supported interfaces:
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Alias of the input parameter declared in the current report definition.
  • Element Details

    • alias

      String alias
      Alias of the input parameter declared in the current report definition.