added TODO comment

This commit is contained in:
Timo Westkämper 2010-08-02 21:11:02 +00:00
parent 52102dbb8b
commit a0bec6514a

View File

@ -19,6 +19,8 @@ import com.mysema.codegen.CodeWriter;
*/
public class BeanSerializer implements Serializer{
// TODO : this could be generalized, as it is not very Querydsl-specific
private final String javadocSuffix;
public BeanSerializer() {