mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
IJ-CR-105402 GitOrigin-RevId: fd71b68fa3266b3c67d63795326da02b88638098
12 lines
412 B
XML
12 lines
412 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 serviceImplementation="com.example.demo.MyService"
|
|
preload="true"/>
|
|
</extensions>
|
|
</idea-plugin>
|