Package com.ryanharter.auto.value.gson
package com.ryanharter.auto.value.gson
-
ClassDescriptionIf present, indicates that the annotated method should be used for retrieving an instance of the AutoValue.Builder.Annotate a given AutoValue-annotated type to indicate to auto-value-gson to generate its TypeAdapter in a separate class rather than an inner class of an intermediate AutoValue-generated class hierarchy.Annotation to indicate that a given class should generate a concrete implementation of a
TypeAdapterFactorythat handles all the publicly denoted adapter implementations of this project.