Android代码 auto parcel
AutoParcelAutoParcel is an AutoValue extension that enables Parcelable values generation.Just add implements Parcelable to your @AutoValue annotated models.@AutoValueabstract class Person implements Parcelable { abstract String name(); abstract List addresses(); abstract Map like
文件列表
Android代码-auto-parcel.zip
(预估有个44文件)
auto-parcel-master
circle.yml
632B
.gitattributes
56B
boot.properties
109B
src
auto_parcel
extension.clj
2KB
AutoParcelExtension.java
2KB
build.boot
2KB
test
暂无评论