Interface AbstractItemDeltaItem<D extends ItemDefinition<?>>

All Superinterfaces:
DebugDumpable, Serializable
All Known Implementing Classes:
ItemDeltaItem, ObjectDeltaObject

public interface AbstractItemDeltaItem<D extends ItemDefinition<?>> extends DebugDumpable, Serializable
Common supertype for both ItemDeltaItem and ObjectDeltaObject. They have less in common that originally expected; in particular, the latter is *not* a subtype (nor subclass) of the former.