@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Report
| Modifier and Type | Optional Element and Description |
|---|---|
Report.EXPORT_FORMAT[] |
outputFormats
The output format.
|
String |
outputLocation
The output path where the reports should be written to.
|
Report.REPORT_TYPE[] |
reportTypes
The default report to be outputted
|
public abstract String outputLocation
public abstract Report.EXPORT_FORMAT[] outputFormats
public abstract Report.REPORT_TYPE[] reportTypes
Copyright © 2014. All rights reserved.