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

com.launchdarkly.sdk.server.MigrationOrigin Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
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