We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apply access level to protected in request dto class to prevent indiscriminate object generation
@NoArgsConstructor(access=AccessLevel.PROTECTED)로 변경하면 어떨까요? 이유는 무분별하게 생성되는 객체들을 한 번 더 체크해줌으로써 의도하지 않은 엔티티 객체를 만드는 행위를 방지할 수 있다는 장점이 있다고 합니다 😀
Originally posted by @yunyoung1819 in #327 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DESCRIPTION
Apply access level to protected in request dto class to prevent indiscriminate object generation
Originally posted by @yunyoung1819 in #327 (comment)
REFERENCE
The text was updated successfully, but these errors were encountered: