add license header to java default client

This commit is contained in:
wing328
2016-07-05 22:16:53 +08:00
parent 7c05b902ac
commit b699fe57fc
46 changed files with 1664 additions and 436 deletions

View File

@@ -1,3 +1,4 @@
{{>licenseInfo}}
package {{invokerPackage}};
import com.fasterxml.jackson.annotation.*;

View File

@@ -1,3 +1,4 @@
{{>licenseInfo}}
package {{package}};
import com.sun.jersey.api.client.GenericType;