1.注解的概述
2.JDK内置的基本注解
3.自定义注解
4.元注解 (用于修饰其他注解)
4.1@Retention (生命周期)
4.2@Target (目标)
4.3@Documented & @Inherited
5.JDK8 加入的注解特性 : 可重复注解 & 类型注解