[#3] 인증 / 회원 코드 코틀린 마이그레이션 #4

Merged
pricelees merged 37 commits from refactor/#3 into main 2025-07-13 12:18:50 +00:00
4 changed files with 13 additions and 15 deletions
Showing only changes of commit 03411fe423 - Show all commits

View File

@ -1,5 +0,0 @@
package roomescape.system.auth.web.support
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class Admin

View File

@ -0,0 +1,13 @@
package roomescape.system.auth.web.support
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class Admin
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class LoginRequired
@Target(AnnotationTarget.VALUE_PARAMETER)
@Retention(AnnotationRetention.RUNTIME)
annotation class MemberId

View File

@ -1,5 +0,0 @@
package roomescape.system.auth.web.support
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class LoginRequired

View File

@ -1,5 +0,0 @@
package roomescape.system.auth.web.support
@Target(AnnotationTarget.VALUE_PARAMETER)
@Retention(AnnotationRetention.RUNTIME)
annotation class MemberId