aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src/main/java/com/yahoo/vespa/curator/transaction/package-info.java
blob: f624c70a8794ebc4a64d7311f3be89dfad8c0950 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage
package com.yahoo.vespa.curator.transaction;

import com.yahoo.osgi.annotation.ExportPackage;

/**
 * Classes which allows curator operations to participate in two-phase transactions over multiple systems.
 */