public interface WithNested { @lombok.RequiredArgsConstructor class IAmStaticReally { @lombok.With final String x; } }