We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acdd01 commit b083436Copy full SHA for b083436
src/main/kotlin/trile/coffeeshop/order/ModuleMetadata.kt
@@ -0,0 +1,10 @@
1
+package trile.coffeeshop.order
2
+
3
+import org.springframework.modulith.ApplicationModule
4
+import org.springframework.modulith.NamedInterface
5
+import org.springframework.modulith.PackageInfo
6
7
+@PackageInfo
8
+@NamedInterface("order")
9
+@ApplicationModule(type = ApplicationModule.Type.OPEN)
10
+class ModuleMetadata
0 commit comments