Annotation Interface ReportDelegate


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