rharter / auto-value-gson

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

Refactory annotations to runtime artifact #202

Closed ZacSweers closed 5 years ago

ZacSweers commented 5 years ago

This refactors the annotations artifact to be a full runtime artifact, and also adds support for wildcards via the introduction of Types

Resolves #114