Replies: 1 comment 2 replies
-
Interfaces without implementations will not be scanned unless you explicitly include them in the configuration scan classes/scan packages. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having just integrated open-api into a standalone service, I've noticed what I perceive as unexpected behavior.
A test resource with no interface gets picked up just fine, but the test resource I have with the @path annotations on the interface does not.
Is there a configuration I'm missing, or is this not supported?
Beta Was this translation helpful? Give feedback.
All reactions