mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-09 15:24:49 +07:00
8 lines
81 B
Java
8 lines
81 B
Java
package com.jetbrains;
|
|
|
|
/**
|
|
* Doc here
|
|
*/
|
|
public interface SimpleInterface {
|
|
}
|