fix import for java server templates

This commit is contained in:
wing328
2016-01-05 15:02:18 +08:00
parent 99d19575f0
commit 5a74370180
45 changed files with 658 additions and 186 deletions

View File

@@ -1,5 +1,6 @@
package {{package}};
import java.util.Objects;
{{#imports}}import {{import}};
{{/imports}}