GH-189 - Better artifact names for example projects.

This commit is contained in:
Oliver Drotbohm
2023-05-02 14:36:57 +02:00
parent d7ef7c9dea
commit f0fb242b5b
45 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
/**
* 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;