Annotation Type ExporterProperty


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface ExporterProperty
    Annotation used to specify the JR configuration property that is associated with a particular exporter configuration setting.
    Author:
    Teodor Danciu ([email protected])
      • booleanDefault

        boolean booleanDefault
        Default:
        false
      • intDefault

        int intDefault
        Default:
        0
      • floatDefault

        float floatDefault
        Default:
        0.0f
      • longDefault

        long longDefault
        Default:
        0L
      • stringDefault

        String stringDefault
        Default:
        ""
      • nullDefault

        boolean nullDefault
        Default:
        false