package foo.bar.impl; import foo.bar Api; public class Impl { public static Api provides() { return new Api(); } }