update annotation processors to support J17

This commit is contained in:
Jonathan Shook
2022-01-05 15:31:59 -06:00
parent 471acc4579
commit b12e2afa66
3 changed files with 3 additions and 6 deletions

View File

@@ -20,8 +20,7 @@ import java.util.stream.Collectors;
* <pre>classes/META-INF/services/servicename</pre> file for each
* implemented and annotated service name.
*/
@SupportedSourceVersion(SourceVersion.RELEASE_11)
@SupportedSourceVersion(SourceVersion.RELEASE_17)
public class ServiceProcessor extends AbstractProcessor {
public final static String SERVICE_NAME = Service.class.getCanonicalName();