aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/vespa-jar-using-non-public-api/src/main/java/ai/vespa/using_non_public_api/UsingNonPublicApiPackage.java
blob: 1234ae4092035a97bf1bc6192e840450b4d44ef9 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.using_non_public_api;

public class UsingNonPublicApiPackage {

    ai.vespa.internal.Foo    non_public_vespa = null;

}