aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/export-packages-lib/src/main/java/com/yahoo/lib/public_api/Foo.java
blob: 5fdd5aa93bdc2d159c9f972a17ec2b6726d6a180 (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 com.yahoo.lib.public_api;

public interface Foo {

}