Skip to content

Commit

Permalink
[#212] fix(CurrentMember): 파라미터 옵션 hidden으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Sep 26, 2024
1 parent e767b88 commit c3ccd81
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import io.swagger.v3.oas.annotations.Parameter;

@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Parameter(hidden = true)
public @interface CurrentMember {
}

0 comments on commit c3ccd81

Please sign in to comment.