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

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