Files
spring-modulith/spring-modulith-example/src/main/java/example/inventory/package-info.java
Oliver Drotbohm 52323720a8 GH-156 - Polish example.
Add sample documentation. Reintroduce Lombok to avoid boilerplate. Use jMolecules DDD abstractions to represent aggregates. Use Scenario API in test cases.
2023-03-03 23:50:59 +01:00

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;