File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 9
9
10
10
import java .io .File ;
11
11
12
+ /**
13
+ * new version of this class can be found on: https://github.com/swagger-api/swagger-codegen-generators
14
+ * @deprecated use <code>io.swagger.codegen.languages.html.StaticDocCodegen</code> instead.
15
+ */
16
+ @ Deprecated
12
17
public class StaticDocCodegen extends DefaultCodegen implements CodegenConfig {
13
18
protected String invokerPackage = "io.swagger.client" ;
14
19
protected String groupId = "io.swagger" ;
Original file line number Diff line number Diff line change 27
27
import io .swagger .v3 .oas .models .media .MapSchema ;
28
28
import io .swagger .v3 .oas .models .media .Schema ;
29
29
30
+ /**
31
+ * new version of this class can be found on: https://github.com/swagger-api/swagger-codegen-generators
32
+ * @deprecated use <code>io.swagger.codegen.languages.html.StaticHtmlCodegen</code> instead.
33
+ */
34
+ @ Deprecated
30
35
public class StaticHtmlGenerator extends DefaultCodegen implements CodegenConfig {
31
36
protected String invokerPackage = "io.swagger.client" ;
32
37
protected String groupId = "io.swagger" ;
You can’t perform that action at this time.
0 commit comments