/**
  * Indicates whether it should skip future execution with information from the compiler. For
  * example, if the compiler's HAS_J2CL annotation is false, it should.
  */
 static boolean shouldSkipExecution(AbstractCompiler compiler) {
   return Boolean.FALSE.equals(compiler.getAnnotation(HAS_J2CL_ANNOTATION_KEY));
 }