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?
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?
I see that https://github.com/xmolecules/jmolecules/issues/20 added
@BoundedContext
and@Module
tojmolecules-ddd
, but not tokmolecules-ddd
. Ideally these two libraries should mirror what they provide, right?Spring Modulith currently throws a
NoClassDefFoundError
, becauseorg.jmolecules.annotation.ddd.Module
is not provided bykmolecules-ddd
: https://github.com/spring-projects/spring-modulith/issues/801