An open API service indexing awesome lists of open source software.

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.

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!