Код: Выделить всё
public final class Preconditions {
private Preconditions() {}
private interface Impossible {}
// (static methods that are not using Impossible)
}
Подробнее здесь: https://stackoverflow.com/questions/787 ... ed-interfa
Код: Выделить всё
public final class Preconditions {
private Preconditions() {}
private interface Impossible {}
// (static methods that are not using Impossible)
}