sockeqwe / ParcelablePlease

Annotation Processor for generating Parcelable code
http://hannesdorfmann.com/android/ParcelablePlease
Apache License 2.0
259 stars 21 forks source link

Interface and abstract class support in generics #1

Open sockeqwe opened 10 years ago

sockeqwe commented 10 years ago

Support for something like this:

List<Model> models 

Where Model is a interface or an abstract class