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