Annotation Type B2Json.versionRange


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface B2Json.versionRange
    Annotation that says that a field exists in all versions in a range (inclusive).
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int firstVersion  
      int lastVersion  
    • Element Detail

      • firstVersion

        int firstVersion
      • lastVersion

        int lastVersion