built-in annotations, defined in java.lang:
@Override
@Deprecated
@SuppressWarnings
The meta-annotations are for annotating annotations:
@Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface Test {} ///:~
时间: 2025-01-03 03:06:45