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