-
AutoValue has extensions that can affect which methods of an `@AutoValue` type correspond to properties. See, e.g, the following comment:
https://github.com/google/auto/blob/4543619f73dc94cc9a7232…
-
Automatically generating a custom serializer for an `@AutoValue` class would be awesome!
-
LoganSquare should support AutoValue's extension API. AutoValue 1.2 has hit a release candidate stage, so the time is ripe.
http://angusmorton.com/autovalue-extensions/
-
[Autovalue 1.3](https://github.com/google/auto/releases/tag/auto-value-1.3) has changed the way extensions work breaking auto-parcel.
I get the following error:
`Error:(15, 17) error: Extension auto_…
-
Currently we are declaring all models manually. This creates an overhead for us when maintaining `hashCode`, `equals()` e.t.c. AutoValue will solve this problem for us.
Another pro is the new extensi…
-
I wrote this class:
```
@AutoValue
public abstract class Invoice implements Parcelable, AvModel {
@Nullable
public abstract Integer something();
@AutoValue.Builder
abstra…
-
### Description of the problem / feature request:
> when i want to compile bazel from source bazel-6.0.0-pre.20220310.1-dist.zip
### Feature requests: what underlying problem are you trying …
-
### Description of the problem / feature request:
> i am trying to compile bazel from source with [bazel-5.0.0-dist.zip](https://github.com/bazelbuild/bazel/releases/download/5.0.0/bazel-5.0.0-…
-
It seems that there are some parameters that are valid in current version of TemplateData extension but not supported by this tool. Some of them are:
- format
- example
- autovalue
See https://www.m…
-
It's important that anyone who comes across any generated file should be able to understand where it came from. imho, that means a URL reference.
- For an AutoValue generated implementation, the URL s…