package com.datahub.plugins;

/**
 * A tag interface for plugin
 */
public interface Plugin {
}
