@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface NeedlessCheckLogin
声明一个Controller的action不需要验证用户是否登录,声明的方式有两种: