1 2 3 4 5
class ConstructorInner { @lombok.AllArgsConstructor(staticName = "of") static class Inner { } }