aboutsummaryrefslogtreecommitdiffstats
path: root/component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java
blob: 392089b5c3897798877fed33672131eedbee2bd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Note that this package also exists in another Vespa module, for historical
 * reasons. All Java classes should be kept in this module, and the other
 * module's package should remain empty.
 */
@ExportPackage
@PublicApi
package com.yahoo.container.di.componentgraph;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;