@Value public class DoneTask implements Task { Long id; String name; LocalDate doneDate; }