不要问为什么,粘贴就完事了!!!
1.先来自定义一个注解
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Login {
}
@Target不要问为什么,粘贴就完事了!!!
1.先来自定义一个注解
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Login {
}
@Target