File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
launchdarkly-android-client-sdk/src/main/java/com/launchdarkly/sdk/android Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,9 @@ public Builder hooks(HooksConfigurationBuilder hooksConfiguration) {
435435 }
436436
437437 /**
438+ * This is an experimental API and may be removed/changed in the future without notice. It is
439+ * marked as deprecated as Java does not have built in support for an experimental annotation.
440+ *
438441 * Sets the SDK's plugins configuration, using a builder. This is normally a obtained from
439442 * <p>
440443 * {@link Components#plugins()} ()}, which has methods for setting individual plugin
@@ -444,6 +447,7 @@ public Builder hooks(HooksConfigurationBuilder hooksConfiguration) {
444447 * @return the main configuration builder
445448 * @see Components#plugins()
446449 */
450+ @ Deprecated ()
447451 public Builder plugins (PluginsConfigurationBuilder pluginsConfiguration ) {
448452 this .pluginsConfigurationBuilder = pluginsConfiguration ;
449453 return this ;
You can’t perform that action at this time.
0 commit comments