com.makitoo.internal.ConfigurationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of feature-flag Show documentation
Show all versions of feature-flag Show documentation
The Java client for Makitoo feature handling.
The newest version!
package com.makitoo.internal;
import com.makitoo.User;
/**
* Created by nicolas on 23/01/17.
*/
public interface ConfigurationProvider {
UserConfiguration getUserConfiguration(User user) throws Exception;
}