image.png
    三个注解
    @Target 设置注解的适用对象
    @Retention 生命周期
    @Inherited 设置可继承

    注解内的参数类型不能为包装类型