Skip to content

Commit 690aaad

Browse files
committed
feat: adds experimental plugin functionality
1 parent a682e5e commit 690aaad

File tree

1 file changed

+4
-0
lines changed
  • launchdarkly-android-client-sdk/src/main/java/com/launchdarkly/sdk/android

1 file changed

+4
-0
lines changed

launchdarkly-android-client-sdk/src/main/java/com/launchdarkly/sdk/android/LDConfig.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)