mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 01:41:11 +07:00
GitOrigin-RevId: dc8cffb5861d5fa31e979112270ceab8758357d4
4 lines
255 B
Java
4 lines
255 B
Java
public class DependencyModuleClassWithEpName {
|
|
public static final com.intellij.openapi.extensions.ExtensionPointName EP_NAME =
|
|
com.intellij.openapi.extensions.ExtensionPointName.create("com.intellij.myPlugin.myDependencyModuleClassWithEpNameEp");
|
|
} |