The PojoBuilder Generator is a Java 6 compliant annotation processor that generates a fluent builder class for POJOs (Plain Old Java Object).
The generated builder provides:
- a fluent interface for specifying values for the pojo’s properties in a DSL like manner
- and a “build()” method for creating a new pojo instance with these values.

Leave a Reply
You must be logged in to post a comment.