com.wise.common.environment.WiseActiveProfilesProvider Maven / Gradle / Ivy
The newest version!
package com.wise.common.environment;
import java.util.List;
public interface WiseActiveProfilesProvider {
List getActiveProfiles();
boolean isProfileActive(WiseProfile profile);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy