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

@@ -1,5 +1,6 @@
package {{apiPackage}};
{{>generatedAnnotation}}
public class NotFoundException extends ApiException {
private int code;
public NotFoundException (int code, String msg) {