aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/net/jpountz/xxhash/package-info.java
blob: 7599a76f46c4f4ae48ccc0ca1360fb0840bb498b (plain) (blame)
1
2
3
4
5
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage(version = @Version(major = 1, minor = 3, micro = 0))
package net.jpountz.xxhash;
import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;