Update APPLoginUser.java

feature/dw
phfsut2ie 4 months ago
parent efed2fb104
commit 8673eb59f8

@ -3,9 +3,13 @@ package com.annotation;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy; import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
*/
@Target(ElementType.PARAMETER) @Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
public @interface APPLoginUser {
}

Loading…
Cancel
Save