Just try to use Google AutoValue on one of my existing open source project, the steps are basically as below.
Before Apply: A simple UserBean with GitHubService.
After Apply: It need to provide two libraries AutoValue & AutoValueGson, and the UserBean with @AutoValue annotation.
The full project can be found at GitHub.
No comments:
Post a Comment