mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-13 15:54:25 +00:00
add @Generated to all Java class templates
This commit is contained in:
@@ -12,6 +12,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
* {{description}}
|
||||
**/{{/description}}
|
||||
@ApiModel(description = "{{{description}}}")
|
||||
{{>generatedAnnotation}}
|
||||
public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {
|
||||
{{#vars}}{{#isEnum}}
|
||||
public enum {{datatypeWithEnum}} {
|
||||
|
||||
Reference in New Issue
Block a user