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

com.launchdarkly.sdk.server.package-info Maven / Gradle / Ivy

There is a newer version: 7.5.0
Show newest version
/**
 * Main package for the LaunchDarkly Server-Side Java SDK, containing the client and configuration classes.
 * 

* You will most often use {@link com.launchdarkly.sdk.server.LDClient} (the SDK client) and * {@link com.launchdarkly.sdk.server.LDConfig} (configuration options for the client). *

* Other commonly used types such as {@link com.launchdarkly.sdk.LDUser} are in the {@code com.launchdarkly.sdk} * package, since those are not server-side-specific and are shared with the LaunchDarkly Android SDK. */ package com.launchdarkly.sdk.server;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy