java 注解的使用

@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WithoutLogin {
}

原文地址:https://www.cnblogs.com/lvgg/p/6699077.html