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

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() {
        
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy