Annotation Interface AutoValueGsonBuilder


@Retention(CLASS) @Target(METHOD) public @interface AutoValueGsonBuilder
If present, indicates that the annotated method should be used for retrieving an instance of the AutoValue.Builder. Only necessary if there is more than one builder method.