Change SupportedSourceVersion annotation to 10

This commit is contained in:
Michael Pfaff 2022-09-08 13:18:53 -04:00
parent bc6c628f6e
commit 74841b5262
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ import static org.lwjgl.util.generator.Utils.getOptionalOption;
* @version $Revision$ $Id$
*/
@SupportedAnnotationTypes({ "*" })
//@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_10)
@SupportedOptions({ "genJavaPath", "genNativePath", "typemap", "generatechecks", "nogeneratechecks", "contextspecific" })
public class GeneratorProcessor extends AbstractProcessor {

View File

@ -60,7 +60,7 @@ import static org.lwjgl.util.generator.Utils.spawn;
* @author Spasi
*/
@SupportedAnnotationTypes({ "*" })
//@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_10)
@SupportedOptions({ "genJavaPath", "generatechecks", "contextspecific" })
public class CLGeneratorProcessor extends AbstractProcessor {

View File

@ -50,7 +50,7 @@ import javax.lang.model.util.ElementFilter;
* 2010-04-09 23:57:40Z spasi $
*/
@SupportedAnnotationTypes({ "*" })
//@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_10)
@SupportedOptions({ "contextspecific", "generatechecks" })
public class GLESGeneratorProcessor extends AbstractProcessor {

View File

@ -58,7 +58,7 @@ import static org.lwjgl.util.generator.Utils.spawn;
* 2010-04-09 23:57:40Z spasi $
*/
@SupportedAnnotationTypes({ "*" })
//@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_10)
@SupportedOptions({ "genJavaPath", "generatechecks", "contextspecific" })
public class GLGeneratorProcessor extends AbstractProcessor {

View File

@ -63,7 +63,7 @@ import static org.lwjgl.util.generator.Utils.spawn;
* 2009-09-08 15:07:15Z spasi $
*/
@SupportedAnnotationTypes({ "*" })
//@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_10)
@SupportedOptions({ "genJavaPath", "generatechecks", "contextspecific" })
public class GLReferencesGeneratorProcessor extends AbstractProcessor {