aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/package-info.java
blob: ed462f2484c5a3c0f72af784041ff1396d2e1c58 (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.
/**
 * Contains the handler framework of the container.
 */
@ExportPackage
@PublicApi
package com.yahoo.container.handler;

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