Annotation Type ExporterParameter
-
@Retention(RUNTIME) @Target(METHOD) public @interface ExporterParameter
Annotation used to specify the JR exporter parameter that is associated with a particular exporter configuration setting.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanacceptNullClass<? extends JRExporterParameter>type
-
-
-
Element Detail
-
name
String name
-
-
-
type
Class<? extends JRExporterParameter> type
- Default:
- net.sf.jasperreports.engine.JRExporterParameter.class
-
-