blob: 060d00a97e155a159fcb8d2001e0d7c242c31a1e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" name="org.eclipse.fx.code.editor.e4.AnnotationModelContextFunction">
<implementation class="org.eclipse.fx.code.editor.e4.AnnotationModelContextFunction"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
<property name="service.context.key" value="org.eclipse.jface.text.source.IAnnotationModel"/>
<reference bind="registerService" cardinality="0..n" interface="org.eclipse.fx.code.editor.services.AnnotationModelTypeProvider" name="registerService" policy="dynamic" policy-option="greedy" unbind="unregisterService"/>
</scr:component>