I am creating my custom decorator to simplify usage with dapr pubsub, but in the end this is not important.
I have custom method decorator which I use to decorate controller methods.
They are decorated with @Post, but I need to somehow get the full path of the resulting endpoint.
target for some reason is an empty object, so I don't have access to the class.