xmolecules/jmolecules

kmolecules-ddd is missing @BoundedContext and @Module

breun opened this issue · 1 comments

I see that #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: spring-projects/spring-modulith#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?