摘要: import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;/*** 方法注解* */@Retention(RetentionPolicy.RUNTIME)// @Target(ElementTy... 阅读全文
posted @ 2015-12-18 15:54 风又奈何 阅读(333) 评论(0) 推荐(0)