after property
Interceptors that shall be executed after route handler is executed.
These interceptors are executed in the reverse order of registration.
Implementation
final List<RouteInterceptor> after;
Interceptors that shall be executed after route handler is executed.
These interceptors are executed in the reverse order of registration.
final List<RouteInterceptor> after;