- The parameter of
equals(Object)
is annotated with@Nullable
if any method signature mentions@Nullable
. (4d01ce6) - If an
@AutoOneOf
class has aserialVersionUID
this is now copied to its generated subclasses. THIS BREAKS SERIAL COMPATIBILITY for@AutoOneOf
classes with explicitserialVersionUID
declarations, though those were already liable to be broken by arbitrary changes to the generated AutoOneOf code. (71d8121)