Skip to content

Instantly share code, notes, and snippets.

@migue
Created April 5, 2013 07:51
Show Gist options
  • Save migue/5317403 to your computer and use it in GitHub Desktop.
Save migue/5317403 to your computer and use it in GitHub Desktop.
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="metrics" immediate="true">
<scr:implementation class="com.github.migue.metrics.internal.manager.MetricsManager" />
<scr:reference
interface="com.github.migue.metrics.spi.MetricsProvider"
cardinality="0..n"
policy="dynamic"
bind="addMetricsProvider"
unbind="removeMetricsProvider"/>
</scr:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment