Interface NamedDiff<T extends Diffable<T>>

All Superinterfaces:
Diff<T>, NamedWriteable, Writeable
All Known Implementing Classes:
IndexGraveyard.IndexGraveyardDiff

public interface NamedDiff<T extends Diffable<T>>
extends Diff<T>, NamedWriteable
Diff that also support NamedWriteable interface
  • Method Details

    • getMinimalSupportedVersion

      default Version getMinimalSupportedVersion()
      The minimal version of the recipient this custom object can be sent to