Skip to content

Commit a86223c

Browse files
authored
Remove unnecessary @EntityField annotation from @Delete annotation (#1326)
2 parents 0f82ee2 + 0883eba commit a86223c

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)