Annotation Type ExporterOption


  • public @interface ExporterOption
    Annotation to specify options on an model's export operation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Name of the exporter option.
      java.lang.String value
      Value of the exporter option.
    • Element Detail

      • name

        java.lang.String name
        Name of the exporter option.
      • value

        java.lang.String value
        Value of the exporter option.