package p; /** typecomment template*/ public interface I { public abstract int foo(); }