1 2 3 4 5 6 7
package test.extender; public interface InterfaceProj2<T> { public abstract int bMethod(); }