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

@@ -8,6 +8,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
@Configuration
@EnableWebMvc
{{>generatedAnnotation}}
public class SwaggerUiConfiguration extends WebMvcConfigurerAdapter {
private static final String[] SERVLET_RESOURCE_LOCATIONS = { "/" };