blob: 5974b3a71d0d7d839226864c470cb46f1f78f3b3 [file] [log] [blame]
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
}