Interface TaskController<D,T>

Type Parameters:
D - The type of the task DTO.
T - The type of the additional data in ModifyTaskDto.
All Known Implementing Classes:
BaseTaskController, BaseTaskControllerWithoutRequestMapping

public interface TaskController<D,T>
Controller for managing tasks.

Add @RestController and @RequestMapping("/api/task") to the implementing class.