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