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

com.cleverpine.viravaspringhelper.core.BaseRole Maven / Gradle / Ivy

There is a newer version: 3.1.7
Show newest version
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