package net.floodlightcontroller.core.module;
/**
* This is the base interface for any IFloodlightModule package that provides
* a service.
* @author alexreimers
*
*/
public abstract interface IFloodlightService {
// This space is intentionally left blank....don't touch it
}