Skip to content

AutoValue 1.7.4

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 08 Jul 23:40
  • Stop the LazyInit annotation from getting shaded by Maven, so that AutoValue can find it on the classpath. (b484417)
  • Fixed handling of @Nullable Optional<T> foo() properties being set by setFoo(@Nullable T) setters. Now setFoo(null) results in Optional.empty(), not null. (d9d66ad)