predefined annotations 分成兩種類型的注解
- annotation types used by the Java Language
- annotation that apply to other annotations
Annotation Types Used by the Java Language
@Deprecated
@Override
@SuppressWarnings
@SafeVarargs
@FunctionalInterface
Annotations That Apply to Other Annotations
@Retention
@Documented
@Target
@Inherited
@Repeatable