added javadocs

This commit is contained in:
Timo Westkämper 2010-03-23 13:34:07 +00:00
parent a767ff2a47
commit 36741f9d2d
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ import com.mysema.query.types.Expr;
import com.mysema.query.types.Template;
/**
* Mixin implementation of the Custom interface
*
* @author tiwe
*
* @param <T>

View File

@ -16,6 +16,8 @@ import com.mysema.query.types.expr.EBoolean;
import com.mysema.query.types.expr.OBoolean;
/**
* Mixin implementation of the SubQuery interface
*
* @author tiwe
*
*/