/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.structure.menuitem; /** * A marker interface for menu-item service commands. */ public interface MenuItemServiceCommand { // nothing }