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
      String name
      Name of the exporter option.
      String value
      Value of the exporter option.
    • Element Detail

      • name

        String name
        Name of the exporter option.
      • value

        String value
        Value of the exporter option.