Posted onEdited onIn编程相关Views: Word count in article: 226Reading time ≈1 mins.
有篇Android官方文档提到:”For example, enums often require more than twice as much memory as static constants. You should strictly avoid using enums on Android.” 于是我们使用自定义annotation来代替Enum。