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)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean acceptNull  
      java.lang.Class<? extends JRExporterParameter> type  
    • Element Detail

      • name

        java.lang.String name
      • type

        java.lang.Class<? extends JRExporterParameter> type
        Default:
        net.sf.jasperreports.engine.JRExporterParameter.class
      • acceptNull

        boolean acceptNull
        Default:
        true