Skip to content

Commit 6956aec

Browse files
committed
Remove derepcated for no-args constructor
1 parent d849682 commit 6956aec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

boat-scaffold/src/main/templates/boat-spring/pojo.mustache

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ public class {{classname}}{{#parent}} extends {{{parent}}}{{/parent}}{{^parent}}
139139
{{#generatedConstructorWithRequiredArgs}}
140140
{{#hasRequired}}
141141

142-
/**
143-
* Default constructor
144-
* @deprecated Use {@link {{classname}}#{{classname}}({{#requiredVars}}{{{datatypeWithEnum}}}{{^-last}}, {{/-last}}{{/requiredVars}})}
145-
*/
146-
@Deprecated
147142
public {{classname}}() {
148143
super();
149144
}

0 commit comments

Comments
 (0)