add @Generated to all Java class templates

This commit is contained in:
russellb337
2015-08-11 12:42:18 -07:00
parent 6fbb8ab1e0
commit 38fccbd73d
10 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
@EnableSwagger2 //Loads the spring beans required by the framework
@PropertySource("classpath:swagger.properties")
@Import(SwaggerUiConfiguration.class)
{{>generatedAnnotation}}
public class SwaggerConfig {
@Bean
ApiInfo apiInfo() {