Annotation Type DomainLayer


@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface DomainLayer
Identifies the DomainLayer in a layered architecture. The domain layer is "the heart of business software". It's responsible for representing business concepts including the domain model and the business rules and manages the business state.
See Also: