https://github.com/mearns/metabuilder
Groovy class to build builders.
https://github.com/mearns/metabuilder
Last synced: about 1 month ago
JSON representation
Groovy class to build builders.
- Host: GitHub
- URL: https://github.com/mearns/metabuilder
- Owner: mearns
- License: agpl-3.0
- Created: 2015-07-18T01:31:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T02:50:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T11:45:04.657Z (3 months ago)
- Language: Groovy
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metabuilder
Groovy library to build builders.
The _builder design pattern_ is useful when classes have a large number of
different constructors, but creating builders is a pain! And tedious!If only we have a way to build builder classes!
So here you go!