Interface DomainObject<T>

Type Parameters:
T - the type of domain object
All Known Subinterfaces:
DomainEntity<T,ID>, DomainEvent, ValueObject<T>
All Known Implementing Classes:
AbstractDomainEvent, AbstractValueObject

public interface DomainObject<T>
A domain object, i.e., an entity or a value object.
Author:
RealLifeDeveloper