package net.lab1024.smartadmin.common.anno; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * * [ 不需要权限验证 ] * * @version 1.0 * @since JDK1.8 * @author yandanyang * @company 1024lab.net * @copyright (c) 2019 1024lab.netInc. All rights reserved. * @date */ @Retention(RetentionPolicy.RUNTIME) public @interface NoValidPrivilege { }