https://github.com/brucewind/java_code_clean_lib_demo
集合了今年 比较新的几个,来缩减java代码的仓库。(今天,12.30号。)
https://github.com/brucewind/java_code_clean_lib_demo
Last synced: 12 months ago
JSON representation
集合了今年 比较新的几个,来缩减java代码的仓库。(今天,12.30号。)
- Host: GitHub
- URL: https://github.com/brucewind/java_code_clean_lib_demo
- Owner: BruceWind
- Created: 2016-12-30T10:01:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T05:05:00.000Z (over 9 years ago)
- Last Synced: 2025-03-22T00:44:23.149Z (about 1 year ago)
- Language: Java
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java_code_clean_lib_demo
集合了今年 比较新的几个库,来缩减java代码的仓库。(今天,12.30号。)
[https://github.com/google/auto](https://github.com/google/auto)[https://github.com/rharter/auto-value-parcel](https://github.com/rharter/auto-value-parcel)
[https://github.com/immutables/immutables](https://github.com/immutables/immutables)
[https://github.com/johncarl81/parceler](https://github.com/johncarl81/parceler)
parceler这个库可以不用写这些代码,但是无法用在immutables上,虽然也可以用在auto-value上,但是他始终没有auto-value-parcel好用,所以我觉得这个库用起来比较鸡肋。