blob: 5974b3a71d0d7d839226864c470cb46f1f78f3b3 [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001package net.floodlightcontroller.core.module;
2
3/**
4 * This is the base interface for any IFloodlightModule package that provides
5 * a service.
6 * @author alexreimers
7 *
8 */
9public abstract interface IFloodlightService {
10 // This space is intentionally left blank....don't touch it
11}