@NamedInterface
not detected on composed annotation
#1139
Milestone
@NamedInterface
not detected on composed annotation
#1139
Uh oh!
There was an error while loading. Please reload this page.
Hello.
I have created a wrapper annotation for the
@NamedInterface
annotation, which looks like this:When I annotate a class with
@ModuleApi
, it does not recognize it as marked with@NamedInterface
, causing the test to fail.@odrotbohm as you recommended in #1118 (comment) I've tested this with 1.3.4 and it still does not work. I've created a reproduce: https://github.com/ajax-semenov-y/spring-modulith-issue/tree/named-interface-inheritance (Please make sure to check out the
named-interface-inheritance
branch).This reproduce consists of three modules: module-a, module-b, and module-c. Module-a utilizes the
ModuleA
class from module-a, which is annotated with@ModuleApi
. Running the test located inApplicationArchUnitTest
in the root src will result in failure. If you replace@ModuleApi
with@NamedInterface
, the test will pass.The text was updated successfully, but these errors were encountered: