generated from pricelees/issue-pr-template
[#3] 인증 / 회원 코드 코틀린 마이그레이션 #4
@ -1,5 +0,0 @@
|
|||||||
package roomescape.system.auth.web.support
|
|
||||||
|
|
||||||
@Target(AnnotationTarget.FUNCTION)
|
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
|
||||||
annotation class Admin
|
|
||||||
@ -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
|
||||||
@ -1,5 +0,0 @@
|
|||||||
package roomescape.system.auth.web.support
|
|
||||||
|
|
||||||
@Target(AnnotationTarget.FUNCTION)
|
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
|
||||||
annotation class LoginRequired
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
package roomescape.system.auth.web.support
|
|
||||||
|
|
||||||
@Target(AnnotationTarget.VALUE_PARAMETER)
|
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
|
||||||
annotation class MemberId
|
|
||||||
Loading…
x
Reference in New Issue
Block a user