摘要: 一. 判断是否包含某个注解。 1). 声明接口 @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented public @interface HandlesAsynchronously { } 2). 判断是否 阅读全文
posted @ 2017-12-19 18:16 有容乃大 阅读(1468) 评论(0) 推荐(0)