Skip to content

Commit

Permalink
fix: annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Feb 28, 2024
1 parent 4a8c1e8 commit 1319697
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
package lab.en2b.quizapi.questions.answer.dtos;

import lab.en2b.quizapi.questions.answer.AnswerCategory;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;

@AllArgsConstructor
@NoArgsConstructor
@Getter
public class AnswerResponseDto {
private Long id;
private String text;

0 comments on commit 1319697

Please sign in to comment.