mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 16:25:33 +07:00
IJ-CR-105402 GitOrigin-RevId: fd71b68fa3266b3c67d63795326da02b88638098
12 lines
447 B
XML
12 lines
447 B
XML
<idea-plugin>
|
|
<id>com.example.demo</id>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint qualifiedName="com.intellij.applicationService" beanClass="com.intellij.openapi.components.ServiceDescriptor"/>
|
|
</extensionPoints>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.example.demo.MyService"
|
|
serviceImplementation="com.example.demo.MyServiceImpl"/>
|
|
</extensions>
|
|
</idea-plugin>
|