Sho SHIMIZU
Committed by Gerrit Code Review

ONOS-2296: Tag @Beta to DeviceResourceService

Change-Id: I133d28da7bfd12659fba1c3ec4af72341d0420a9
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
15 */ 15 */
16 package org.onosproject.net.resource.device; 16 package org.onosproject.net.resource.device;
17 17
18 +import com.google.common.annotations.Beta;
18 import org.onosproject.net.Port; 19 import org.onosproject.net.Port;
19 import org.onosproject.net.intent.Intent; 20 import org.onosproject.net.intent.Intent;
20 import org.onosproject.net.intent.IntentId; 21 import org.onosproject.net.intent.IntentId;
...@@ -24,6 +25,7 @@ import java.util.Set; ...@@ -24,6 +25,7 @@ import java.util.Set;
24 /** 25 /**
25 * Service for providing device resources. 26 * Service for providing device resources.
26 */ 27 */
28 +@Beta
27 public interface DeviceResourceService { 29 public interface DeviceResourceService {
28 /** 30 /**
29 * Request a set of ports needed to satisfy the intent. 31 * Request a set of ports needed to satisfy the intent.
......