mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
8 lines
218 B
XML
8 lines
218 B
XML
<idea-plugin>
|
|
<extensionPoints>
|
|
<extensionPoint name="ext" interface="foo.Foo"/>
|
|
</extensionPoints>
|
|
<extensions>
|
|
<ext implementation="foo.Foo$Fubar<caret>"/>
|
|
</extensions>
|
|
</idea-plugin> |