generated from pricelees/issue-pr-template
refactor: 어노테이션 클래스 통합
This commit is contained in:
parent
8fdd4c4a03
commit
03411fe423
@ -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