摘要: public interface UserConstant { /** * 性别 */ int GIRL = 0; int BOY = 1; } @Retention(RetentionPolicy.SOURCE) @Target({ElementType.PARAMETER}) @IntDef(v 阅读全文
posted @ 2022-07-12 11:21 指切 阅读(62) 评论(0) 推荐(0) 编辑