blob: b59c62b00b3e0687e2dc0b5ebeec2c45b9adc9d3 [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001package net.floodlightcontroller.core.module;
2
3/**
Ray Milkey269ffb92014-04-03 14:43:30 -07004 * This is the base interface for any IFloodlightModule package that provides
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08005 * a service.
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08006 *
Ray Milkey269ffb92014-04-03 14:43:30 -07007 * @author alexreimers
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08008 */
9public abstract interface IFloodlightService {
10 // This space is intentionally left blank....don't touch it
11}