Use plain @Nullable
[genius.git] / idmanager / idmanager-shell / src / main / resources / org / opendaylight / blueprint / blueprint.xml
1 <!--    * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
2         *
3         * This program and the accompanying materials are made available under the
4         * terms of the Eclipse Public License v1.0 which accompanies this distribution,
5         * and is available at http://www.eclipse.org/legal/epl-v10.html
6 -->
7
8 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
9
10     <reference id="idManagerMonitor" interface="org.opendaylight.genius.idmanager.api.IdManagerMonitor" />
11
12     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
13         <command>
14             <action class="org.opendaylight.genius.idmanager.shell.IdManagerCacheCli">
15                 <property name="idManagerMonitor" ref="idManagerMonitor" />
16             </action>
17         </command>
18     </command-bundle>
19 </blueprint>