Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griffio/autovalue-gradle
autovalue with gradle
https://github.com/griffio/autovalue-gradle
Last synced: 8 days ago
JSON representation
autovalue with gradle
- Host: GitHub
- URL: https://github.com/griffio/autovalue-gradle
- Owner: griffio
- Created: 2014-12-11T19:18:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T19:11:53.000Z (over 7 years ago)
- Last Synced: 2024-04-16T18:26:59.811Z (7 months ago)
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
autovalue-gradle
================autovalue with gradle
https://github.com/google/auto
"com.google.auto.value:auto-value:1.1"
Using the ewerk plugin id 'com.ewerk.gradle.plugins.auto-value' version '1.0.4'
https://github.com/ewerk/gradle-plugins/tree/master/auto-value-plugin
gradlew compileJava will generate src/autoValue/java/griffio/AutoValue_Cash.java
Cash is an immutable value type consisting of currency and bigdecimal
~~~
./gradlew test
~~~