mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
10 lines
191 B
Java
10 lines
191 B
Java
package org.jetbrains.plugins.sample;
|
|
|
|
import com.intellij.openapi.module.ModuleComponent;
|
|
|
|
/**
|
|
* @author Anna Bulenkova
|
|
*/
|
|
public interface DummyModuleComponent extends ModuleComponent{
|
|
}
|