- Annotation类的定义方式:public @interface MyAnnotation {
- retention 分:SOURCE,CLASS,RUNTIME
- annotation type分:TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,ANNOTATION_TYPE,PACKAGE
- annotation type:type
type是加在类上面的注释:

用的时候,直接在class上面注释就行了:注释是以annotation对象的形式存在的

获取注释对应属性值的方法:
ans的长度是2

- 获取注释属性值
不用new bird 这样就可以了:MyAnnotation bb=Bird.class.getAnnotation(MyAnnotation.class);:

- 获取属性值方法二

- 如果是annotation type 是method ,那么获取有注解的方法:

七月又过了三分之二卧槽,睡觉了