Monthly Archives: February 2018

Lombok @Builder with Required Parameters?

I would really like a Lombok @Builder annotation that properly deals with required parameters at compile time. Here is what I have in mind: [cc lang=”java”] @lombok.Builder class Foo { @lombok.Builder.Required final String name; @lombok.Builder.Required final int age; final String … Continue reading

Share
Posted in Uncategorized | Leave a comment

Print This Post Print This Post