271e18302ea18a8d281cfb8c9f599cf0860e448d
[onosfw.git] /
1 package org.onosproject.openflow.controller;
2
3 /**
4  * A marker interface for optical switches, which require the ability to pass
5  * port information to a Device provider.
6  */
7 public interface OpenFlowOpticalSwitch extends OpenFlowSwitch, WithTypedPorts {
8 }