Annotation Type VersionFieldSerializer.Since


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface VersionFieldSerializer.Since
    Incremental modification of serialized objects must add VersionFieldSerializer.Since for new fields.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int value
      Version of annotated field, default is 0, and must be incremental to maintain compatibility.
    • Element Detail

      • value

        int value
        Version of annotated field, default is 0, and must be incremental to maintain compatibility.
        Default:
        0