blob: 7a5dc2aaba35a8de78d4c42c881be02f5aa5322c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2002, 2013 Object Factory Inc.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Object Factory Inc. - Initial implementation
*******************************************************************************/
package org.eclipse.ant.internal.ui.dtd.util;
/**
* @author Bob Foster
*/
public interface IMapHolder extends IKeyHolder, IValueHolder {
// placeholder, could probably be removed in favour of only using IKeyHolder
}