/*
* @test /nodynamiccopyright/
* @bug 6362067
* @summary Messager methods do not print out source position information
* @library ../../../lib
* @build JavacTestingAbstractProcessor T6362067
* @compile -processor T6362067 -proc:only T6362067.java
* @compile/ref=T6362067.out -XDrawDiagnostics -processor T6362067 -proc:only T6362067.java
*/
@Deprecated // convenient test annotations
@SuppressWarnings({""})
for (AnnotationMirror a: e.getAnnotationMirrors()) {
}
}
}
if (roundEnv.processingOver())
return true;
}
}