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 28
28
import javax .tools .StandardLocation ;
29
29
30
30
@ SupportedAnnotationTypes ("*" )
31
- @ SupportedSourceVersion (SourceVersion .RELEASE_11 )
31
+ @ SupportedSourceVersion (SourceVersion .RELEASE_17 )
32
32
public class ServiceProcessor extends AbstractProcessor {
33
33
34
34
private HandlebarsTemplateEngine definitionsCodegen ;
@@ -38,11 +38,6 @@ public class ServiceProcessor extends AbstractProcessor {
38
38
private static final Set <String > RESERVED_METHOD_NAMES =
39
39
Set .of ("send" , "submit" , "workflowHandle" );
40
40
41
- @ Override
42
- public SourceVersion getSupportedSourceVersion () {
43
- return SourceVersion .RELEASE_17 ;
44
- }
45
-
46
41
@ Override
47
42
public synchronized void init (ProcessingEnvironment processingEnv ) {
48
43
super .init (processingEnv );
You can’t perform that action at this time.
0 commit comments