Created
May 23, 2017 01:06
-
-
Save dileeph/4e4cd5f609e55d965ff6d7658efede3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="policy.service.a" immediate="true"> | |
<service> | |
<provide interface="com.x.policy.service.api.PolicyService"/> | |
</service> | |
<implementation class="com.x.policy.service.impl.PolicyServiceImpl"/> | |
</scr:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment