Use OSGi DS for MessageIntelligenceAgencyImpl
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / statistics / ofpspecific / MessageIntelligenceAgencyMXBean.java
index bf8602739b5e191badce3f7407941b79ef5890c7..6ffd0da383031fbf6df44ad4594e1ddf3741abd7 100644 (file)
@@ -5,14 +5,15 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.impl.statistics.ofpspecific;
 
 import java.util.List;
+import javax.management.MXBean;
 
 /**
  * Created by Martin Bobak <mbobak@cisco.com> on 11.5.2015.
  */
+@MXBean
 public interface MessageIntelligenceAgencyMXBean {
 
     List<String> provideIntelligence();