public class Doo implements Intf.Inner { } interface Intf { int INT_FIELD = 2; interface Inner {} }