blob: 37ae54aea89609117ee7401b328ee8aefa38b556 [file] [log] [blame]
package net.onrc.onos.core.topology;
/**
* ImmutableInternalTopology, which could be accessed without locking, etc.
*/
public interface ImmutableInternalTopology extends BaseInternalTopology {
// no additional interface needed.
}