Package io.jmix.reports.annotation
Annotation 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
-
Element Details
-
code
String codeCode of the template declared in the current report definition.
-