Files

6 lines
117 B
Java

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