Files

8 lines
128 B
Java

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