学习笔记

导航

java annotation

@interface annotation

class,method,field,constructor,package都实现了AnnotatedElement接口

可以通过反映获注解信息

@Target

@Retention

@Inherited

@Documented

 

posted on 2010-10-31 11:46  2狗子  阅读(135)  评论(0编辑  收藏  举报