Package io.jmix.reports.annotation
Annotation Interface ReportDelegate
Annotation marks a delegate method that implements some logic related to the report
defined by the current class.
Method must conform to convention: no parameters, the result is one of supported functional interfaces.
Currently supported interfaces:
ParametersCrossValidator- for parameters cross-validation
- See Also: