package p;

/** typecomment template*/
public interface I {

	@Deprecated
	int foo();

	int foo2();

}