// Copyright Yahoo. 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;