public interface Interceptor
desc : 自定义拦截切片的拦截器实现接口 author : xuexiang time : 2018/4/24 下午10:11
boolean
intercept(int type, JoinPoint joinPoint)
boolean intercept(int type, JoinPoint joinPoint) throws java.lang.Throwable
type
joinPoint
true
false
java.lang.Throwable