Annotation Interface ExportableField


@Target(FIELD) @Retention(RUNTIME) public @interface ExportableField
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates whether the annotated field should be exported.
    boolean
     
  • Element Details

    • exportField

      boolean exportField
      Indicates whether the annotated field should be exported.

      By default, this returns true, meaning the field will be exported unless explicitly overridden.

      Returns:
      true if the field should be exported; false otherwise
      Default:
      true
    • importField

      boolean importField
      Default:
      true