Open xetra11 opened 6 years ago
Hi there, I have the same problem with a project I'm working on. I still haven't found a good solution to it. I cannot promise anything but I'll try to come up with something for next version.
Thanks for using the plugin and providing feedback. If you like it please consider donating through paypal, rating it or just letting other developers know it exists.
Regards
Miguel
On Jan 26, 2018 11:25 AM, "xetra11" notifications@github.com wrote:
Hey there!
Can you mybe provide a way to also find @RestController https://github.com/restcontroller Annotations that are inherited?
I have a @tool https://github.com/tool Annotation which itself is annotated with @RestController https://github.com/restcontroller - therefore works as a RestController as well.
@Retention(RetentionPolicy.RUNTIME) @EnableEurekaClient @RestController public @interface Tool { String id(); }
Would be cool if that one would be found as well!
greets!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miguelcordovam/intellij_plugins/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AFa56VticJ0RsC9jE5kD9Ss7oqxHAGzDks5tOfxwgaJpZM4Ruihe .
Hey there!
Can you mybe provide a way to also find @RestController Annotations that are inherited?
I have a @Tool Annotation which itself is annotated with @RestController - therefore works as a RestController as well.
Would be cool if that one would be found as well!
greets!