Annotation Interface ValueFormatDelegate


@Target(METHOD) @Retention(RUNTIME) public @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:
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    "band" attribute of the value format definition.
    "field" attribute of the value format definition.
  • Element Details

    • band

      String band
      "band" attribute of the value format definition.
    • field

      String field
      "field" attribute of the value format definition.