#664 - Remove reference to @SqlInsert, @SqlUpdate, @SqlDelete from comment

This commit is contained in:
Robin Bygrave
2016-04-27 08:14:49 +12:00
parent f8b5a7f312
commit 7b8d2a2f9d
@@ -8,9 +8,6 @@ import java.lang.annotation.Target;
/**
* Specify explicit sql for multiple select statements. Need to use this if you
* have more than one SqlSelect for a given bean.
* <p>
* FUTURE: Support explicit sql for SqlInsert, SqlUpdate and SqlDelete.
* </p>
*/
@Target({ ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)