spring-modulith icon indicating copy to clipboard operation
spring-modulith copied to clipboard

Refactor `ApplicationModules` class to a `interface` to make it extensible

Open 9n opened this issue 1 year ago • 2 comments
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

9n avatar Jun 17 '24 07:06 9n