-
This class:
```java
public abstract class Foo {
@Memoized
public String someMethod() {
return "foo";
}
}
```
Will generate a field called `someMethod` that unfortunately…
-
Any plans to support it?
-
I think these would be useful as extensions may want to be able to defer or abort processing of a particular type.
-
`@Arg(bundler = ParcelerArgsBundler.class)` has to be used with `bundler-parceler`, doesn't it? Maybe an approach can be taken in which it automatically detects that `@Parcel` is present in the class,…
-
I just ran `make` and got hundreds of warnings for the Java builds which can be seen at:
https://gist.github.com/odeke-em/d9bf7d8c377dcec179eb8059bc539fc8
My Java version is
```shell
e$ java -ve…
-
What do think about that feature? Could be an optional features as well...
I normally always set all my values to default values (`null` for objects, `0`, `0.0`, `false` for primitives) like here: …
-
When using google auto (https://github.com/google/auto/tree/master/value), the presto maven plugin flags it with:
```
[ERROR] Failed to execute goal com.facebook.presto:presto-maven-plugin:0.3:che…
-
To prevent obfuscation to break OTel Java SDK functionality in production apps.
-
While working on the method _SetWorkInProgress_, I noticed that the class WorkInProgressInput is not contained in [java/com/google/gerrit/extensions/api/changes](https://gerrit.googlesource.com/gerri…
-
Let's say I have a class ExcelDto:
``` java
import com.google.auto.value.AutoValue;
import javax.xml.bind.annotation.*;
import java.util.List;
@XmlRootElement(name = "excel")
@XmlAccessorType(XmlAcc…