Mark remnants of ConfigProvider deprecated
Change-Id: I018c46a81e50cdaffcc92aadeebb90cdf23d846c
Showing
3 changed files
with
20 additions
and
0 deletions
... | @@ -20,6 +20,11 @@ import org.onosproject.net.DeviceId; | ... | @@ -20,6 +20,11 @@ import org.onosproject.net.DeviceId; |
20 | import org.onosproject.net.device.DeviceDescription; | 20 | import org.onosproject.net.device.DeviceDescription; |
21 | import org.onosproject.net.provider.ProviderId; | 21 | import org.onosproject.net.provider.ProviderId; |
22 | 22 | ||
23 | +/** | ||
24 | + * Remnant of ConfigProvider. | ||
25 | + * @deprecated in Hummingbird(1.7.0) | ||
26 | + */ | ||
27 | +@Deprecated | ||
23 | public class DeviceInjectedEvent { | 28 | public class DeviceInjectedEvent { |
24 | private final ProviderId providerId; | 29 | private final ProviderId providerId; |
25 | private final DeviceId deviceId; | 30 | private final DeviceId deviceId; | ... | ... |
... | @@ -36,6 +36,16 @@ public final class GossipDeviceStoreMessageSubjects { | ... | @@ -36,6 +36,16 @@ public final class GossipDeviceStoreMessageSubjects { |
36 | public static final MessageSubject DEVICE_REQUEST = new MessageSubject("peer-device-request"); | 36 | public static final MessageSubject DEVICE_REQUEST = new MessageSubject("peer-device-request"); |
37 | 37 | ||
38 | // Network elements injected (not discovered) by ConfigProvider | 38 | // Network elements injected (not discovered) by ConfigProvider |
39 | + /** | ||
40 | + * Remnant of ConfigProvider. | ||
41 | + * @deprecated in Hummingbird(1.7.0) | ||
42 | + */ | ||
43 | + @Deprecated | ||
39 | public static final MessageSubject DEVICE_INJECTED = new MessageSubject("peer-device-injected"); | 44 | public static final MessageSubject DEVICE_INJECTED = new MessageSubject("peer-device-injected"); |
45 | + /** | ||
46 | + * Remnant of ConfigProvider. | ||
47 | + * @deprecated in Hummingbird(1.7.0) | ||
48 | + */ | ||
49 | + @Deprecated | ||
40 | public static final MessageSubject PORT_INJECTED = new MessageSubject("peer-port-injected"); | 50 | public static final MessageSubject PORT_INJECTED = new MessageSubject("peer-port-injected"); |
41 | } | 51 | } | ... | ... |
... | @@ -22,6 +22,11 @@ import org.onosproject.net.provider.ProviderId; | ... | @@ -22,6 +22,11 @@ import org.onosproject.net.provider.ProviderId; |
22 | 22 | ||
23 | import java.util.List; | 23 | import java.util.List; |
24 | 24 | ||
25 | +/** | ||
26 | + * Remnant of ConfigProvider. | ||
27 | + * @deprecated in Hummingbird(1.7.0) | ||
28 | + */ | ||
29 | +@Deprecated | ||
25 | public class PortInjectedEvent { | 30 | public class PortInjectedEvent { |
26 | 31 | ||
27 | private ProviderId providerId; | 32 | private ProviderId providerId; | ... | ... |
-
Please register or login to post a comment