com.devcycle.sdk.server.local.model.FeatureVariation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-server-sdk Show documentation
Show all versions of java-server-sdk Show documentation
Server side SDK to interact with DevCycle.
package com.devcycle.sdk.server.local.model;
public class FeatureVariation {
public String _feature;
public String _variation;
}