Annotation Interface PreMatching


@Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface PreMatching
Annotation to mark RequestFilter to be executed before the route has been matched.
Since:
4.6
Author:
Denis Stepanov