기본 골격
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.eactive.httpmockserver.common.security;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Target({ElementType.PARAMETER})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
public @interface CurrentUser {
|
||||
}
|
||||
Reference in New Issue
Block a user