Naoki Shiota
Committed by Yuta HIGUCHI

Deprecated OpticalLinkProvider.

Change-Id: Iabfcfc676c0da193a2529f094ad02d3d0ac2509f
...@@ -46,7 +46,10 @@ import static org.onosproject.net.Link.Type.OPTICAL; ...@@ -46,7 +46,10 @@ import static org.onosproject.net.Link.Type.OPTICAL;
46 /** 46 /**
47 * Ancillary provider to activate/deactivate optical links as their respective 47 * Ancillary provider to activate/deactivate optical links as their respective
48 * devices go online or offline. 48 * devices go online or offline.
49 + *
50 + * @deprecated in Goldeneye (1.6.0)
49 */ 51 */
52 +@Deprecated
50 @Component(immediate = true) 53 @Component(immediate = true)
51 public class OpticalLinkProvider extends AbstractProvider implements LinkProvider { 54 public class OpticalLinkProvider extends AbstractProvider implements LinkProvider {
52 55
......