frankiesardo / auto-parcel

Android Parcelable models made easy
Eclipse Public License 1.0
1.37k stars 83 forks source link

Make generated constructor package-private #52

Open egor-n opened 7 years ago

egor-n commented 7 years ago

This gets rid of a synthetic accessor method reducing the method count. See http://blog.bradcampbell.nz/a-comparison-of-parcelable-boilerplate-libraries/