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