Is it possible to override the Compiler Source Level (i.e. Java 6 vs Java 8) for a specific file. Our project is mainly comprised of Java 8 files, but we have a handful of files that have to be able to run under Java 6. Is it possible to annotate a file as using a specific compiler source level?
(*Chris*)