public class BuilderOnNestedClass { private T t; @lombok.Builder public static class Nested { private String a; } }