注解:
@SuppressWarnings({"all"})//抑制编译警告
@Deprecated//修饰某个元素,代表这个元素已经过时,不推荐使用,但还可以使用
interface musicInterFace{ void music(); }