diff --git a/atlasdb-api/src/main/java/com/palantir/atlasdb/transaction/api/snapshot/KeyValueSnapshotReader.java b/atlasdb-api/src/main/java/com/palantir/atlasdb/transaction/api/snapshot/KeyValueSnapshotReader.java index 00c9f95c287..4d9e50add55 100644 --- a/atlasdb-api/src/main/java/com/palantir/atlasdb/transaction/api/snapshot/KeyValueSnapshotReader.java +++ b/atlasdb-api/src/main/java/com/palantir/atlasdb/transaction/api/snapshot/KeyValueSnapshotReader.java @@ -22,6 +22,7 @@ import com.palantir.atlasdb.keyvalue.api.ColumnSelection; import com.palantir.atlasdb.keyvalue.api.RowResult; import com.palantir.atlasdb.keyvalue.api.TableReference; +import com.palantir.processors.AutoDelegate; import java.util.Map; import java.util.NavigableMap; import java.util.Set; @@ -41,6 +42,7 @@ * Although this interface performs user-level reads, internal writes may be performed (for example, as part of the * read protocol, to abort a long-running transaction). */ +@AutoDelegate public interface KeyValueSnapshotReader { ListenableFuture> getAsync(TableReference tableReference, Set cells);