Add sample documentation. Reintroduce Lombok to avoid boilerplate. Use jMolecules DDD abstractions to represent aggregates. Use Scenario API in test cases.
9 lines
293 B
Java
9 lines
293 B
Java
/**
|
|
* The logical application module inventory implemented as a single-package module. Allows to hide application
|
|
* components inside the module by using package scoped types.
|
|
*
|
|
* @see example.inventory.InventoryInternal
|
|
*/
|
|
@org.springframework.lang.NonNullApi
|
|
package example.inventory;
|