Annotation Interface DeleteById


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface DeleteById
Annotation to mark a method for deleting an entity by its identifier.

This annotation is used in repository interfaces to specify that a method should execute a delete operation based on the entity's primary key.