摘要: 自定义注解 @Target({ ElementType.METHOD, ElementType.TYPE }) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented public @interface CommonLog { Strin 阅读全文
posted @ 2019-05-15 22:40 OutPointException 阅读(391) 评论(0) 推荐(0)