JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.ryanharter.auto.value.gson
AutoValueGsonBuilder
Contents
Description
Hide sidebar
Show sidebar
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.