Files
spring-modulith/spring-modulith-examples/spring-modulith-example-full/src/main/java/example/order/package-info.java
2023-06-23 12:49:06 +02:00

9 lines
340 B
Java

/**
* The logical application module order implemented as a multi-package module. Internal components located in nested
* packages are prevented from being accessed by the {@link org.springframework.modulith.core.ApplicationModules} type.
*
* @see example.ModularityTests
*/
@org.springframework.lang.NonNullApi
package example.order;