Open Zhuinden opened 7 years ago
AutoValue itself handles generics properly:
Generated("com.google.auto.value.processor.AutoValueProcessor") abstract class $AutoValue_Action<T extends Parcelable> extends Action<T> {
But auto-parcel fails:
auto-parcel
final class AutoValue_Action extends $AutoValue_Action {
In 1.0.3, I get raw type
public AutoValue_Action ( java.lang.String type, T payload
AutoValue itself handles generics properly:
But
auto-parcel
fails:In 1.0.3, I get raw type