class AnnotationsWithComments { @SuppressWarnings("all") /* Block Comment */ private void test1() {} @SuppressWarnings("all") // Line Comment private void test2() {} }