We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f2a13 commit 3484172Copy full SHA for 3484172
src/main/java/com/swOnCampus/AIPlatform/global/annotation/LoginMember.java
@@ -1,5 +1,6 @@
1
package com.swOnCampus.AIPlatform.global.annotation;
2
3
+import io.swagger.v3.oas.annotations.Parameter;
4
import java.lang.annotation.Documented;
5
import java.lang.annotation.ElementType;
6
import java.lang.annotation.Retention;
@@ -9,6 +10,7 @@
9
10
@Documented
11
@Target({ElementType.FIELD, ElementType.PARAMETER})
12
@Retention(RetentionPolicy.RUNTIME)
13
+@Parameter(hidden = true)
14
public @interface LoginMember {
15
-}
16
+}
0 commit comments