Package io.jmix.reports.annotation
Annotation Interface ValueFormatDelegate
Annotation marks a delegate method that implements some logic related to a value format
defined in the report definition class.
Method must conform to convention: no parameters, the result is one of supported functional interfaces.
Currently supported interfaces:
CustomValueFormatter- custom formatter implementation
- See Also:
-
Required Element Summary
Required Elements