Visualize Interceptors/Decorators classes in DevUI #45304
Closed
Description
Description
It would be nice if we had a UI table in which it would display the @Interceptor/@Decorator
classes ordered by it's @Priority
.
In case of an Interceptor, maybe also display it's @AroundInvoke
method too and in case of Decorator display the interface which it implements.
Implementation ideas
No response
Activity