Interface AggregateRoot<T>

All Superinterfaces:
Entity<T>
All Known Implementing Classes:
ImmutableAggregateRoot, LazyAggregateRoot, ModifiableAggregateRoot

public interface AggregateRoot<T> extends Entity<T>