blob: 37ae54aea89609117ee7401b328ee8aefa38b556 [file] [log] [blame]
Yuta HIGUCHI9e6223d2014-08-26 00:01:32 -07001package net.onrc.onos.core.topology;
2
3/**
4 * ImmutableInternalTopology, which could be accessed without locking, etc.
5 */
6public interface ImmutableInternalTopology extends BaseInternalTopology {
7
8 // no additional interface needed.
9}