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

com.yangxiaochen.exception.spring.HandleChecker Maven / Gradle / Ivy

There is a newer version: 1.3.1-RELEASE
Show newest version
package com.yangxiaochen.exception.spring;

import javax.servlet.http.HttpServletRequest;

/**
 * @author yangxiaochen
 */
public interface HandleChecker {
    boolean shouldHandle(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy