Annotation Interface Async


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Async
将类或方法标记为异步
Since:
Java 17+
Author:
Kimi Liu