mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 06:01:00 +07:00
GitOrigin-RevId: 108643012d2f79064eacf8c35ec5c7c66a3c17d1
4 lines
57 B
Java
4 lines
57 B
Java
public interface MyServiceInterface {
|
|
void doWork();
|
|
}
|