com.icthh.xm.commons.tenantendpoint.configurer.TenantManagerConfigurer Maven / Gradle / Ivy
The newest version!
package com.icthh.xm.commons.tenantendpoint.configurer;
import com.icthh.xm.commons.tenantendpoint.TenantManager;
public interface TenantManagerConfigurer {
void configure(TenantManager.TenantManagerBuilder builder);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy