| Annotation Type | 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.
|
| DomainRepositoryImpl |
This annotation marks its annotated interface as a domain repository implementation 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.
|
Copyright © 2013-2015–2015. All rights reserved.