jmolecules
jmolecules copied to clipboard
kmolecules-ddd is missing @BoundedContext and @Module
I see that https://github.com/xmolecules/jmolecules/issues/20 added @BoundedContext and @Module to jmolecules-ddd, but not to kmolecules-ddd. Ideally these two libraries should mirror what they provide, right?
Spring Modulith currently throws a NoClassDefFoundError, because org.jmolecules.annotation.ddd.Module is not provided by kmolecules-ddd: https://github.com/spring-projects/spring-modulith/issues/801
Hm, I guess these annotations weren't added to kmolecules-ddd, because Kotlin doesn't provide a way to define package-level annotations and that's where these annotations will typically be used?