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

com.taobao.arthas.bytekit.asm.interceptor.annotation.None Maven / Gradle / Ivy

The newest version!
package com.taobao.arthas.bytekit.asm.interceptor.annotation;

/**
 * 用于声明没有异常
 * @author hengyunabc
 *
 */
public class None extends Throwable {
    private static final long serialVersionUID = 1L;

    private None() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy