rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
607 stars 103 forks source link

Fix `TYPE_USE` annotations on nested types. #262

Closed eamonnmcmanus closed 3 years ago

eamonnmcmanus commented 3 years ago

Previously if you had a property of type Map.@Nullable Entry then it would end up in the generated source code as @Nullable Map.Entry, which doesn't compile.

Fixes #261.

joaolbarba88 commented 7 months ago
joaolbarba88 commented 7 months ago

Desbloquear algoritmo Uber