All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wf.jwtp.annotation.Logical Maven / Gradle / Ivy

The newest version!
package org.wf.jwtp.annotation;

/**
 * 处理逻辑, 多个权限使用AND还是OR
 * 
 * @author wangfan
 */
public enum Logical {
	AND, OR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy