Annotation Interface DataSetDelegate


@Target(METHOD) @Retention(RUNTIME) public @interface DataSetDelegate
Annotation marks a delegate method that implements some logic related to a data set 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
    Name of the data set declared in the current report definition.
  • Element Details

    • name

      String name
      Name of the data set declared in the current report definition.