Annotation Interface ExcludeField


@Documented @Retention(RUNTIME) public @interface ExcludeField

Annotation for fields during serialization

Flags allow for controlled exclusion in case of multiple save formats or different levels of quality

The default flag includes all flags

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • flag

      String flag
      Returns:
      name of the flag to exclude from serialization
      Default:
      "ALL"