mkarneim / pojobuilder

A Java Code Generator for Pojo Builders
Other
334 stars 44 forks source link

Allow suppression of public constructor when using withFactoryMethod #138

Closed sam-afsa closed 6 years ago

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.009%) to 86.023% when pulling 079ec4ad2cb0568342cde08034e6af1e7d2991c1 on sam-afsa:suppress_public_constructor into e74f22a59ae6ae4a498ab0248066229fa7069cc4 on mkarneim:master.

mkarneim commented 6 years ago

Sam, thank you. I have integrated your changes into the master after I have have made some extensions to the new feature. Now you can define which type of visibility the builder's constructor will have.

Thank you for your contribution.

sam-afsa commented 6 years ago

That is exellent! Thank you. Your changes make it much more flexible.

How long does it usually take for a new release to reach Maven Central?

mkarneim commented 6 years ago

That takes usually up to 2 hours.