Interface AggregateRoot<T>

All Superinterfaces:
Entity<AggregateRoot<T>,T>
All Known Implementing Classes:
DelegatingAggregateRoot, ImmutableAggregateRoot, ModifiableAggregateRoot, NoOpAggregateRoot, ReadOnlyAggregateRoot

public interface AggregateRoot<T> extends Entity<AggregateRoot<T>,T>