With Spring Modulith, it is possible to divide Spring Boot applications into functional modules with clear interfaces, which communicate via events and can be tested in isolation. The architecture of ...
Deep Dive Spring Modulith Part 1: Functional Modules in Focus Named Interfaces Listing 2 shows the use of the annotation, where the suggestion package is defined as the Named Interface Task ...