Jan Lahoda 279b6faa56 8073844: fatal annotation processing errors do not stop compilation
JavacProcessingEnvironment lets the should-stop policy decide when the compilation should stop.

Reviewed-by: jjg
2016-10-04 17:40:29 +02:00

7 lines
116 B
Java

/* /nodynamiccopyright/ */
class StopAfterErrorAux {
public void test() {
should not; get here;
}
}