Hi. I want to publish REST WS without having an annotated interface or class. I mean, the endpoint are not known a priori, then I need to publish it programmatically. It is possible to do it without reflection or this kind of approach? I need some starting point to read documentation and acquire some concepts I don't have now.
Thank you.
