aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/export-packages-lib/src/main/java/ai/vespa/internal/Foo.java
blob: 4a2e1beb6e9dc272b7ef1682338b2f639302bd5d (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.internal;

public interface Foo {

}