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

com.icthh.xm.commons.tenant.Tenant Maven / Gradle / Ivy

There is a newer version: 4.0.17
Show newest version
package com.icthh.xm.commons.tenant;

/**
 * The {@link Tenant} interface.
 */
public interface Tenant {

    TenantKey getTenantKey();

    boolean isSuper();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy