Skip to content

Commit 0883eba

Browse files
committed
Remove the @EntityField annotation from the @delete interface
1 parent 0f82ee2 commit 0883eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doma-core/src/main/java/org/seasar/doma/Delete.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
@Target(ElementType.METHOD)
6060
@Retention(RetentionPolicy.RUNTIME)
6161
@DaoMethod
62-
@EntityField
6362
public @interface Delete {
6463

6564
/**

0 commit comments

Comments
 (0)