mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
This commit is contained in:
parent
063155f85f
commit
e8dd899b8b
@ -33,7 +33,7 @@ public interface CodeWriter extends Appendable{
|
||||
|
||||
CodeWriter beginInterface(String simpleName, String... interfaces) throws IOException;
|
||||
|
||||
JavaWriter beginLine(String[] segments) throws IOException;
|
||||
JavaWriter beginLine(String... segments) throws IOException;
|
||||
|
||||
<T> CodeWriter beginPublicMethod(String returnType, String methodName, Collection<T> parameters, Transformer<T, String> transformer) throws IOException;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user