spring-modulith
spring-modulith copied to clipboard
Refactor `ApplicationModules` class to a `interface` to make it extensible
trafficstars
Current ApplicationModules class has private constructor, making it hard to be extended and customized.
Why does ApplicationModules a class instead of interface?
related issue: #613