aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/utils/package-info.java
blob: c3ecf51156c89dbf65e64345bfb9929e4c79e26f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Internal utils that are not public api
 *
 * @author bjorncs
 */
@ExportPackage
package com.yahoo.container.jdisc.utils;

import com.yahoo.osgi.annotation.ExportPackage;