Skip to content

Commit 817cd7f

Browse files
committed
Mark JavaCXFClientCodegen as deprecated
1 parent 0687036 commit 817cd7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavaCXFClientCodegen.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
import io.swagger.codegen.languages.features.LoggingTestFeatures;
2121
import io.swagger.codegen.languages.features.UseGenericResponseFeatures;
2222

23+
/**
24+
* new version of this class can be found on: https://github.com/swagger-api/swagger-codegen-generators
25+
* @deprecated use <code>io.swagger.codegen.languages.java.JavaCXFClientCodegen</code> instead.
26+
*/
27+
@Deprecated
2328
public class JavaCXFClientCodegen extends AbstractJavaCodegen
2429
implements BeanValidationFeatures, UseGenericResponseFeatures, GzipTestFeatures, LoggingTestFeatures {
2530

0 commit comments

Comments
 (0)