package p; import java.util.List; /** typecomment template*/ interface I { public abstract List m(); }