Package com.segment.analytics.gson
Annotation Type AutoGson
-
@Target(TYPE) @Retention(RUNTIME) public @interface AutoGsonMarks an@AutoValue-annotated type for proper Gson serialization.This annotation is needed because the retention of
@AutoValuedoes not allow reflection at runtime.