Annotation

  1. Annotation类的定义方式:public @interface MyAnnotation {
  2. retention 分:SOURCE,CLASS,RUNTIME
  3. 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 ,那么获取有注解的方法:

 

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

 

posted @ 2019-07-21 23:47  大乗  阅读(117)  评论(0编辑  收藏  举报