aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/main/src/main/java/com/yahoo/test/package-info.java
blob: f8075411602672df14999b16ba86c2cede0e6a5c (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage(version = @Version(major = 1, minor = 2, micro = 3, qualifier = "RELEASE"))
@PublicApi
package com.yahoo.test;

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