Add Generated annotations to more classes (#17736)

This commit is contained in:
Joakim Holm
2024-04-09 08:39:53 +00:00
committed by GitHub
parent a245e86b74
commit 3cb3fc2898
173 changed files with 281 additions and 118 deletions

View File

@@ -5,6 +5,7 @@ import java.util.Map;
/**
* Representing a Server configuration.
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class ServerConfiguration {
public String URL;
public String description;

View File

@@ -5,6 +5,7 @@ import java.util.HashSet;
/**
* Representing a Server Variable for server URL template substitution.
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class ServerVariable {
public String description;
public String defaultValue;