mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
15 lines
556 B
XML
15 lines
556 B
XML
<idea-plugin>
|
|
|
|
<id>my.plugin</id>
|
|
<vendor>DevKit</vendor>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint name="viaAttribute" beanClass="ExtensionDefinesWithAttributeViaAnnotation">
|
|
<with attribute="customAttributeName" implements="java.lang.Runnable"/>
|
|
|
|
<with attribute="myAttributeWithoutAnnotation" implements="java.lang.Runnable"/>
|
|
|
|
<with attribute="<error descr="Cannot resolve extension point property 'myAttribute'">myAttribute</error>" implements="java.lang.Runnable"/>
|
|
</extensionPoint>
|
|
</extensionPoints>
|
|
</idea-plugin> |