摘要: 1.优点 可以代替枚举,静态常量,可以让注解只在代码中存在,编译后就删除,可以省内存。 2.@IntDef 2.1 官网 https://developer.android.com/reference/kotlin/androidx/annotation/IntDef.html 2.2 java示例 阅读全文
posted @ 2015-05-22 23:06 f9q 阅读(4725) 评论(0) 推荐(0) 编辑