public Interceptor
Indicates that this class is an interface Interceptor with must implement on of
org.rewedigital.dialog.interceptors.RequestInterceptor, org.rewedigital.dialog.interceptors.ResponseInterceptor
or both.
interface Interceptor has the Component annotation and will be autogenerated by Spring.
All found interface Interceptor will be called from the org.rewedigital.dialog.resolver.RequestResolver
witch will call all org.rewedigital.dialog.interceptors.RequestInterceptor for incoming requests and and
all org.rewedigital.dialog.interceptors.ResponseInterceptor for outgoing requests.