Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generics are not inherited #54

Open
Zhuinden opened this issue Apr 13, 2017 · 0 comments
Open

Generics are not inherited #54

Zhuinden opened this issue Apr 13, 2017 · 0 comments

Comments

@Zhuinden
Copy link

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:

final class AutoValue_Action extends $AutoValue_Action {

In 1.0.3, I get raw type

  public AutoValue_Action (
    java.lang.String type,
    T payload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant