rharter / auto-value-gson

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

Recognize `@Nullable` as a `TYPE_USE` annotation. #254

Closed eamonnmcmanus closed 4 years ago

eamonnmcmanus commented 4 years ago

Currently we only recognize it when it is applied to a getter method. This change recognizes it when it is applied to the return type of a getter. AutoValueExtension should probably include a helper method to do this.