摘要: 注解定义如下: 1 @Retention(RetentionPolicy.RUNTIME) 2 @Target(ElementType.METHOD) 3 @Documented 4 public @interface AliasFor { 5 6 @AliasFor("attribute") 7 阅读全文
posted @ 2022-10-08 18:54 midiyu 阅读(407) 评论(0) 推荐(0) 编辑