Package me.danwi.kato.common.exception
Annotation Type ExceptionIdentify
-
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface ExceptionIdentify代表该异常在调用的传输过程中可以被唯一定位 默认使用类全限定名,机制类似java中的序列化ID
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
public @interface ExceptionIdentify