Skip to content

Commit 3428591

Browse files
committed
Add comments to SelectorSource.
1 parent 4a2fe3b commit 3428591

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/datasources/SelectorSource.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
import com.launchdarkly.sdk.internal.fdv2.sources.Selector;
44

5+
/**
6+
* This type is currently experimental and not subject to semantic versioning.
7+
* <p>
8+
* Source of selectors for FDv2 implementations.
9+
*/
510
public interface SelectorSource {
11+
/**
12+
* Get the current selector.
13+
* @return The current selector.
14+
*/
615
Selector getSelector();
716
}

0 commit comments

Comments
 (0)