-
Since the models are immutable, memoizing hashCode/toString() would be nice. This is a common use case for AutoValue's `@Memoized` extension as well, and would make its implementation a good reference…
-
At master I'm getting the following exceptions when trying to build:
```
/Users/chad/git/closure-compiler/src/com/google/javascript/refactoring/CodeReplacement.java:[29,16] error: @AutoValue proce…
-
ref: https://github.com/hotchemi/PermissionsDispatcher/issues/187
This is definitely unexpected, but some devices like from Xiaomi need different check flow to get the state of permission.
Currently …
-
We use AutoValue in many of our (JAX-RS) APIs and find it really useful.
As our DTOs are sometimes used by GWT applications, we annotated them with the provided `@GwtCompatible(serializable = true)` …
-
An error happened, when my javabean implements Parcelable!
the code about my javabean is:
![image](https://cloud.githubusercontent.com/assets/5925762/24038435/515516f4-0b3c-11e7-977a-f64d0c71952a…
-
Slightly related to #128 but is there any working examples of how to work with ForeignKeys/JunctionTable/ManyToOne when using extensions like AutoValue/Immutables?
The main reason I initially went …
-
Trying to do something along the lines of:
``` java
// The fields I want to exclude from serialization/deserialization
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({Elemen…
-
I'm trying to use Retrofit 2, AutoValue, Moshi and the AutoValue: Moshi Extension in combination and I've run into the Cannot serialize abstract class issue.
I've created a POJO myself ([Movie2](ht…
-
Error:(13, 17) error: Extension com.ryanharter.auto.value.parcel.AutoValueParcelExtension wants to consume a property that does not exist: writeToParcel
Above error occurs when I used both @AutoVal…
-
throw below excepotion:
` Error:Execution failed for task ':app:compileDevDebugJavaWithJavac'.
java.lang.NoSuchMethodError: com.squareup.javapoet.ClassName.reflectionName()Ljava/lang/String;`
…