Created
December 17, 2011 16:48
-
-
Save chriswhitcombe/1490692 to your computer and use it in GitHub Desktop.
OSGi Declarative Services Impl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Reporting Service"> | |
<implementation class="com.chriswhitcombe.reporting.impl.ReportingServiceImpl"/> | |
<service> | |
<provide interface="com.chriswhitcombe.reporting.ReportingService"/> | |
</service> | |
</scr:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment