aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/utils/package-info.java
blob: d21e73a4ec29ad0ee91f6227e3cd02230c86be93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. 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;