File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/main/java/com/somemore/global/auth/annotation Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11package com .somemore .global .auth .annotation ;
22
3+ import io .swagger .v3 .oas .annotations .Hidden ;
4+
35import java .lang .annotation .ElementType ;
46import java .lang .annotation .Retention ;
57import java .lang .annotation .RetentionPolicy ;
68import java .lang .annotation .Target ;
79
810@ Retention (RetentionPolicy .RUNTIME )
911@ Target (ElementType .PARAMETER )
12+ @ Hidden
1013public @interface RoleId {
1114}
Original file line number Diff line number Diff line change 11package com .somemore .global .auth .annotation ;
22
3+ import io .swagger .v3 .oas .annotations .Hidden ;
4+
35import java .lang .annotation .ElementType ;
46import java .lang .annotation .Retention ;
57import java .lang .annotation .RetentionPolicy ;
68import java .lang .annotation .Target ;
79
810@ Retention (RetentionPolicy .RUNTIME )
911@ Target (ElementType .PARAMETER )
12+ @ Hidden
1013public @interface UserId {
1114}
You can’t perform that action at this time.
0 commit comments