abstract class AbstractMethodAndComment { /** comment 1 */ abstract void test(); //Fool }