
com.launchdarkly.sdk.server.MigrationOrigin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-server-sdk Show documentation
Show all versions of launchdarkly-java-server-sdk Show documentation
Official LaunchDarkly SDK for Java
package com.launchdarkly.sdk.server;
/**
* The origin/source for a migration step.
*/
public enum MigrationOrigin {
/**
* The "old" implementation.
*/
OLD,
/**
* The "new" implementation.
*/
NEW
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy