From 7b8d2a2f9d9ffbe13448ec55ca6bd1f32659c8e2 Mon Sep 17 00:00:00 2001 From: Robin Bygrave Date: Wed, 27 Apr 2016 08:14:49 +1200 Subject: [PATCH] #664 - Remove reference to @SqlInsert, @SqlUpdate, @SqlDelete from comment --- src/main/java/com/avaje/ebean/annotation/Sql.java | 3 --- 1 file changed, 3 deletions(-) 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)