mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-07 11:06:58 +07:00
6 lines
117 B
Java
6 lines
117 B
Java
package foo.bar.impl;
|
|
import foo.bar Api;
|
|
|
|
public class Impl {
|
|
public static Api provides() { return new Api(); }
|
|
} |