blob: b59c62b00b3e0687e2dc0b5ebeec2c45b9adc9d3 [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
}