OSGI-INF.blueprint.autowire.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?><blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> <bean id="sfcGeniusImpl" class="org.opendaylight.sfc.genius.impl.SfcGeniusImpl" init-method="init" destroy-method="destroy"> <argument ref="dataBroker"/> <argument ref="itmRpcService"/> </bean> </blueprint>