Added @Beta annotations to the network configuration API.

Change-Id: I6b0e4f2064509a26e546735baef087e621ad8307
diff --git a/incubator/api/src/main/java/org/onosproject/incubator/net/config/NetworkConfigService.java b/incubator/api/src/main/java/org/onosproject/incubator/net/config/NetworkConfigService.java
index 1524fd6..dd88a16 100644
--- a/incubator/api/src/main/java/org/onosproject/incubator/net/config/NetworkConfigService.java
+++ b/incubator/api/src/main/java/org/onosproject/incubator/net/config/NetworkConfigService.java
@@ -15,13 +15,16 @@
  */
 package org.onosproject.incubator.net.config;
 
+import com.google.common.annotations.Beta;
+
 import java.util.Set;
 
 /**
  * Service for tracking network configurations which specify how the discovered
- * network information should be interpretted and how the network should be
+ * network information should be interpreted and how the network should be
  * configured.
  */
+@Beta
 public interface NetworkConfigService {
 
     /**