aboutsummaryrefslogtreecommitdiffstats
path: root/defaults/src/main/java/com/yahoo/vespa/defaults/package-info.java
blob: 01d52145ec7040b2bc44a1e9c5aa56b731f904f2 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage
@PublicApi
package com.yahoo.vespa.defaults;

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