com.launchdarkly.sdk.server.package-info 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
/**
* 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;