blob: 32c36c51f279d262c058e0b891a7508d234f428e [file] [log] [blame]
package org.onlab.onos;
/**
* Service for interacting with the core system of the controller.
*/
public interface CoreService {
/**
* Returns the product version.
*
* @return product version
*/
Version version();
}