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

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

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

/**
 * 获取用户是否是超级管理员
 */
@FunctionalInterface
public interface GetSuperAdminFunction {

    boolean isSuperAdmin();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy