com.taobao.arthas.bytekit.asm.interceptor.annotation.EmptySuppressHandler Maven / Gradle / Ivy
The newest version!
package com.taobao.arthas.bytekit.asm.interceptor.annotation;
public class EmptySuppressHandler {
@ExceptionHandler
public static void onSuppress() {
}
}