Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 여행 후기 리뷰(TripRecordReview)에서 @HalfUnit 애노테이션과 @NotNull 애노테이션 충돌 수정 #143

Open
meena2003 opened this issue Feb 1, 2024 · 0 comments
Assignees

Comments

@meena2003
Copy link
Member

기능

  • @HalfUnit과 @NotNull 애노테이션이 서로 상충하는 부분을 수정합니다.

설명

  • 해당 에노테이션이 적용된 필드가 들어오지 않을 경우 @HalfUnit 검증 단계에서 예외가 발생하고 있습니다. 이를 막기 위해 @NotNull 에노테이션을 사용하지만, 이미 @HalUnit 에노테이션 단계에서 예외가 터져버립니다.

기대 효과

  • 애노테이션 별로 우선순위를 지정하여 차례대로 검증할 수 있도록 합니다.
@meena2003 meena2003 self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant