Skip to content

Commit 0164f95

Browse files
committed
public api annotation
1 parent 1b3bec4 commit 0164f95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/dataloader/strategy/GreedyLevelByLevelChainedDispatchStrategy.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import org.dataloader.DataLoader;
44
import org.dataloader.DataLoaderRegistry;
55
import org.dataloader.DispatchStrategy;
6+
import org.dataloader.annotations.PublicApi;
67
import org.dataloader.annotations.VisibleForTesting;
78
import org.dataloader.impl.Assertions;
89
import org.jspecify.annotations.NullMarked;
@@ -28,6 +29,7 @@
2829
* In practice this will greedily fill up DataLoader keys while walking the chain to provide a nice balance of
2930
* batching/dedupe/caching while not needing to worry about manually dispatching the tree.
3031
*/
32+
@PublicApi
3133
@NullMarked
3234
public class GreedyLevelByLevelChainedDispatchStrategy implements DispatchStrategy {
3335

0 commit comments

Comments
 (0)