forked from loafle/openapi-generator-original
add @Generated to all Java class templates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package {{apiPackage}};
|
||||
|
||||
{{>generatedAnnotation}}
|
||||
public class NotFoundException extends ApiException {
|
||||
private int code;
|
||||
public NotFoundException (int code, String msg) {
|
||||
|
||||
Reference in New Issue
Block a user