9 lines
340 B
Java
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;
|