Annotation Interface TemplateDelegate


@Target(METHOD) @Retention(RUNTIME) public @interface TemplateDelegate
Annotation marks a delegate method that implements some logic related to a template defined in the report definition class. Method must conform to convention: no parameters, the result is one of supported functional interfaces. Currently supported interfaces:
  • CustomReport - delegates custom generation of the report output document
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Code of the template declared in the current report definition.
  • Element Details

    • code

      String code
      Code of the template declared in the current report definition.