Repository: java-sf-builder-mega
- Builder avoid use in compile time (yes, context assist still works) of incorrect parameters combinations, and prevent incomplete configured objects to be built.
- Create most complicated java builder pattern ever.
- No generation.
- No annotations.
- No dependences.
- Still use reflection and proxies, sorry.
##Usage: See https://github.com/speaking-fish/java-sf-builder-mega/tree/master/test/com/speakingfish/common/builder/mega/test
##Related: For simplest java builder pattern see https://github.com/speaking-fish/java-sf-builder-simple-example Article: http://habrahabr.ru/post/261163/