Skip to content

AutoValue 1.8

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 06 Apr 22:13
  • The parameter of equals(Object) is annotated with @Nullable if any method signature mentions @Nullable. (4d01ce6)
  • If an @AutoOneOf class has a serialVersionUID this is now copied to its generated subclasses. THIS BREAKS SERIAL COMPATIBILITY for @AutoOneOf classes with explicit serialVersionUID declarations, though those were already liable to be broken by arbitrary changes to the generated AutoOneOf code. (71d8121)