We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e02de5 commit 7cccfacCopy full SHA for 7cccfac
src/main/java/org/scijava/annotations/AnnotationProcessor.java
@@ -70,11 +70,11 @@
70
import org.scijava.annotations.AbstractIndexWriter.StreamFactory;
71
72
/**
73
- * The annotation processor for use with Java 6 and above.
+ * The annotation processor for use with Java 8 and earlier.
74
*
75
* @author Johannes Schindelin
76
*/
77
-@SupportedSourceVersion(SourceVersion.RELEASE_6)
+@SupportedSourceVersion(SourceVersion.RELEASE_8)
78
@SupportedAnnotationTypes("*")
79
public class AnnotationProcessor extends AbstractProcessor {
80
0 commit comments