refactor: 어노테이션 클래스 통합

This commit is contained in:
이상진 2025-07-13 21:10:01 +09:00
parent 8fdd4c4a03
commit 03411fe423
4 changed files with 13 additions and 15 deletions

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