File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
sdk-api-gen/src/main/java/dev/restate/sdk/gen Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 2828import javax .tools .StandardLocation ;
2929
3030@ SupportedAnnotationTypes ("*" )
31- @ SupportedSourceVersion (SourceVersion .RELEASE_11 )
31+ @ SupportedSourceVersion (SourceVersion .RELEASE_17 )
3232public class ServiceProcessor extends AbstractProcessor {
3333
3434 private HandlebarsTemplateEngine definitionsCodegen ;
@@ -38,11 +38,6 @@ public class ServiceProcessor extends AbstractProcessor {
3838 private static final Set <String > RESERVED_METHOD_NAMES =
3939 Set .of ("send" , "submit" , "workflowHandle" );
4040
41- @ Override
42- public SourceVersion getSupportedSourceVersion () {
43- return SourceVersion .RELEASE_17 ;
44- }
45-
4641 @ Override
4742 public synchronized void init (ProcessingEnvironment processingEnv ) {
4843 super .init (processingEnv );
You can’t perform that action at this time.
0 commit comments