com.cleverpine.viravaspringhelper.core.BaseRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cp-virava-spring-helper Show documentation
Show all versions of cp-virava-spring-helper Show documentation
Library for Spring Framework projects using Virava
package com.cleverpine.viravaspringhelper.core;
import com.cleverpine.viravaspringhelper.dto.Permission;
import java.util.List;
public interface BaseRole {
String getRoleName();
List getPermissionList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy