1 2 3 4 5 6 7 8 9
// Copyright 2006 The Android Open Source Project /** * Another interface. */ public interface Iface2Sub1 extends Iface2, Cloneable { //public int iFunc2(int ii); }