Annotation Interface ServletMapping


@Target(TYPE) @Retention(RUNTIME) @Documented @Component public @interface ServletMapping
Helper annotation that marks Servlet as filter for automatic import when put on Bean or Component. This annotation is automatically translated to ServletMapping and exported with PluginServletMappingDescriptor.
See Also: