--- old/test/tools/javac/processing/model/type/MirroredTypeEx/OverEager.java 2010-02-15 20:06:03.000000000 -0800 +++ new/test/tools/javac/processing/model/type/MirroredTypeEx/OverEager.java 2010-02-15 20:06:03.000000000 -0800 @@ -38,7 +38,6 @@ import javax.lang.model.util.*; import static javax.lang.model.util.ElementFilter.*; -@SupportedSourceVersion(SourceVersion.RELEASE_6) @SupportedAnnotationTypes("IAm") @IAm(OverEager.class) public class OverEager extends AbstractProcessor { @@ -59,6 +58,11 @@ return true; } + @Override + public SourceVersion getSupportedSourceVersion() { + return SourceVersion.latest(); + } + private void doit(Set annoTypes, RoundEnvironment round) { for (TypeElement t : typesIn(round.getRootElements())) {