@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented public @interface ExceptionNotice
用于标记需要异常通知的类或方法。 被标记的类或方法在执行过程中发生异常时,会触发异常通知机制。
Copyright © 2025. All rights reserved.