Adding @Beta to PortStatisticsService
Change-Id: I2779e7309ae42806d47fb461b35d08030225f190
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -15,12 +15,14 @@ | ... | @@ -15,12 +15,14 @@ |
| 15 | */ | 15 | */ |
| 16 | package org.onosproject.incubator.net; | 16 | package org.onosproject.incubator.net; |
| 17 | 17 | ||
| 18 | +import com.google.common.annotations.Beta; | ||
| 18 | import org.onosproject.net.ConnectPoint; | 19 | import org.onosproject.net.ConnectPoint; |
| 19 | import org.onosproject.net.statistic.Load; | 20 | import org.onosproject.net.statistic.Load; |
| 20 | 21 | ||
| 21 | /** | 22 | /** |
| 22 | * Service for obtaining statistic information about device ports. | 23 | * Service for obtaining statistic information about device ports. |
| 23 | */ | 24 | */ |
| 25 | +@Beta | ||
| 24 | public interface PortStatisticsService { | 26 | public interface PortStatisticsService { |
| 25 | 27 | ||
| 26 | /** | 28 | /** | ... | ... |
-
Please register or login to post a comment