All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.infra.web.servlet.handler.OrderedHandlerInterceptorAdapter Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package top.infra.web.servlet.handler;

import org.springframework.core.Ordered;
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;

/**
 * Ordered HandlerInterceptorAdapter.
 * {@link Ordered}
 * {@link HandlerInterceptorAdapter}
 */
public abstract class OrderedHandlerInterceptorAdapter extends HandlerInterceptorAdapter implements Ordered {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy