Adding the generator version template to api mustache file (#5691)

This commit is contained in:
Elizabeth Thomas
2017-06-15 00:59:42 -05:00
committed by wing328
parent 5c10e24337
commit b752c0a030
10 changed files with 279 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
/**
* NOTE: This class is auto generated by the swagger code generator program ({{{generatorVersion}}}).
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
package {{package}};
{{#imports}}import {{import}};