Use plain @Nullable
[genius.git] / mdsalutil / mdsalutil-impl / src / main / resources / OSGI-INF / blueprint / mdsalutil.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2016, 2017 Ericsson EspaƱa, S.A. and others. All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
10            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
11            odl:use-default-for-reference-types="true">
12
13   <odl:rpc-service id="packetProcessingService"
14                  interface="org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService" />
15
16   <service ref="mDSALManager"
17            interface="org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager" />
18   <odl:clustered-app-config id="config"
19                             binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsalutil.rev170830.Config"
20                             default-config-file-name="genius-mdsalutil-config.xml"
21                             update-strategy="none">
22   </odl:clustered-app-config>
23
24   <service ref="hwvtepNodeHACacheImpl"
25            interface="org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache"/>
26
27 </blueprint>