diff --git a/src/main/java/com/avaje/ebean/annotation/Sql.java b/src/main/java/com/avaje/ebean/annotation/Sql.java index a82815d22..3421c579a 100644 --- a/src/main/java/com/avaje/ebean/annotation/Sql.java +++ b/src/main/java/com/avaje/ebean/annotation/Sql.java @@ -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. - *

- * FUTURE: Support explicit sql for SqlInsert, SqlUpdate and SqlDelete. - *

*/ @Target({ ElementType.TYPE }) @Retention(RetentionPolicy.RUNTIME)