Replies: 1 comment
-
단순히 인자 이름이 서로 달라 생기는 문제였습니다~😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Names of the parameter #1 conflict in the following members of supertypes: 'public abstract fun queryUserById(id: UUID): User? defined in team.comit.simtong.domain.user.spi.QueryUserPort, public abstract fun queryUserById(userId: UUID): User? defined in team.comit.simtong.domain.menu.spi.MenuQueryUserPort'. This may cause problems when calling this function with named arguments.
interface method의 중복으로 생기는 경고 처리에 대해 간단하게 의논해볼까 합니다.
아래 사진과 같이 annotation을 붙이게 되면 경고는 사라집니다.
Beta Was this translation helpful? Give feedback.
All reactions