diff --git a/springbootpt9c5/.idea/.name b/springbootpt9c5/.idea/.name new file mode 100644 index 00000000..781332ab --- /dev/null +++ b/springbootpt9c5/.idea/.name @@ -0,0 +1 @@ +APPLoginUser.java \ No newline at end of file diff --git a/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java b/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java index e63914e8..124e996e 100644 --- a/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java +++ b/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java @@ -4,7 +4,7 @@ import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; - +//11111 @Target(ElementType.PARAMETER) @Retention(RetentionPolicy.RUNTIME) public @interface APPLoginUser {