Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created May 23, 2017 01:06
Show Gist options
  • Save dileeph/4e4cd5f609e55d965ff6d7658efede3c to your computer and use it in GitHub Desktop.
Save dileeph/4e4cd5f609e55d965ff6d7658efede3c to your computer and use it in GitHub Desktop.
<?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