Java-PojoBuilder icon indicating copy to clipboard operation
Java-PojoBuilder copied to clipboard

A Java code generator for the builder pattern using annotation processing

Results 2 Java-PojoBuilder issues
Sort by recently updated
recently updated
newest added

It would be useful if the generator would auto-ignore static fields. for example the code below generates an error. ``` Java @Builder public class MyClass { public int field1; public...

We're using Lombok in our project, but builder doesn't support superclass attributes. Does your library support them?

question