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

org.nutz.integration.shiro.realm.bean.Permission Maven / Gradle / Ivy

There is a newer version: 1.r.69.v20220215
Show newest version
package org.nutz.integration.shiro.realm.bean;

import org.nutz.dao.entity.annotation.Table;

@Table("permissions")
public class Permission extends AbstractShiroBean {
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy