| Package | Description |
|---|---|
| org.seedstack.business.api.domain | |
| org.seedstack.business.api.domain.annotations |
| Class and Description |
|---|
| DomainAggregateRoot
This annotation tells the Framework that the current class is candidate to be
an aggregate root.
|
| DomainElement
DomainElement marks all domain annotations or types
|
| DomainEntity
This annotation tells the Business Framework that the current class is candidate to be an entity from DDD approach.
|
| DomainFactory
This annotation is a marker for
GenericFactory. |
| DomainPolicy
This annotation is a marker for a domain policy interface.
|
| DomainRepository
This annotation marks its annotated interface as a domain repository for the framework.
|
| DomainService
This annotation marks its annotated interface as a domain service for
the framework.
|
| DomainValueObject
This annotation marks its annotated interface as a domain value object for the framework.
|
| Class and Description |
|---|
| DomainElement
DomainElement marks all domain annotations or types
|
Copyright © 2013-2015–2015. All rights reserved.