aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src/main/java/org/apache/zookeeper/data/package-info.java
blob: 350276cfdef01464cedecde5bf21f8e4e3d646a5 (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage(version = @Version(major = 3, minor = 4, micro = 6))
package org.apache.zookeeper.data;

import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;