Annotation Interface Scope


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Scope
注释用于确定作用域的注释.
Since:
Java 17+
Author:
Kimi Liu