注意:
@Override //重写注解
@Deprecated //不推荐使用的注解,可以使用但是有风险
@SuppressWarnings //镇压警告注解
注解基本概念
原文:https://www.cnblogs.com/xxeleanor/p/15126104.html