package p1.p2.test; import java.io.Serializable; import java.io.IOException; public abstract class A extends java.lang.Object implements Runnable, Cloneable, Serializable { /** * Method javadoc comment to test that javadoc will be indented though no formatting should occur, as the javadoc formatting is disabled */ public static void foo() throws IOException { } }