package p; /** typecomment template*/ interface I { public static final int X= 0; /*constant comment*/ public static final int Y= 0; //constant line comment }