001/* 002 * To change this license header, choose License Headers in Project Properties. 003 * To change this template file, choose Tools | Templates 004 * and open the template in the editor. 005 */ 006package org.anarres.qemu.exec.recipe; 007 008import org.anarres.qemu.exec.QEmuOption; 009 010/** 011 * A convenient wrapper for a collection of related {@link QEmuOption}s. 012 * 013 * @author shevek 014 */ 015public interface QEmuRecipe extends QEmuOption { 016}