Why is "io.micronaut.http.annotation.Controller" not marked as Inherited? #11803
Unanswered
gregory-paidis-sonarsource
asked this question in
Q&A
Replies: 1 comment 2 replies
-
since |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the open-api generator, and I am generating an interface from a yaml.
The interface is, as expected, marked with
@Controller
.Why do I need to also mark the class that implements it?
Beta Was this translation helpful? Give feedback.
All reactions