package com.twasyl.slideshowfx.snippet.executor; import com.twasyl.slideshowfx.plugin.IPluginOptions; /** * The interface representing the options of {@link ISnippetExecutor}. * * @author Thierry Wasylczenko * @version 1.0.0 * @since SlideshowFX 1.0 */ public interface ISnippetExecutorOptions extends IPluginOptions { }