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

com.github.fashionbrot.function.GetPermissionFunction Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.function;

import java.util.Set;

/**
 * 获取数据库权限
 */
@FunctionalInterface
public interface GetPermissionFunction {

    Set getPermission();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy