add @Generated annotation to all Java class templates

This commit is contained in:
russellb337
2015-08-11 12:42:06 -07:00
parent 84ff5cfc87
commit 6fbb8ab1e0
28 changed files with 32 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import java.util.List;
import java.io.UnsupportedEncodingException;
import javax.xml.bind.DatatypeConverter;
{{>generatedAnnotation}}
public class HttpBasicAuth implements Authentication {
private String username;
private String password;