Java注解

1.JDK中的注解
@Override:此方法覆盖父类方法
@Deprecated:此方法已过时
@SuppressWarnings:忽略警告。如@SuppressWarnings(“deprecation”)
2.第三方注解

你可能感兴趣的:(java注解)