Merge pull request #78 from TouchInstinct/feature/api_prefix_fpr_kotlin_server_templates

package fixed in kotlin server templates
This commit is contained in:
Alexander Buntakov 2019-06-28 15:19:50 +03:00 committed by GitHub
commit 3c620f23e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/*
* This code is autogenerated by Touch Instinct tools
*/
package {{ packageName }}
package {{ packageName }}.api
import com.fasterxml.jackson.annotation.JsonInclude
import com.fasterxml.jackson.annotation.JsonFormat

View File

@ -2,7 +2,7 @@
/*
* This code is autogenerated by Touch Instinct tools
*/
package {{ packageName }}
package {{ packageName }}.api
import com.fasterxml.jackson.annotation.JsonValue