AutoValuePlugin icon indicating copy to clipboard operation
AutoValuePlugin copied to clipboard

FR: Add toBuilder() method

Open jacobmarble opened this issue 7 years ago • 0 comments

When "Add AutoValue Builder" is invoked, include this abstract method:

public abstract Builder toBuilder();

https://github.com/google/auto/blob/master/value/userguide/builders-howto.md#to_builder

jacobmarble avatar Sep 01 '17 16:09 jacobmarble