blob: 34c9f20bcafe380ec471af8ade86fc19ed69b40e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 2017 Ericsson
*
* All rights reserved. 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
*******************************************************************************/
package org.eclipse.tracecompass.tmf.ui.views;
/**
* A tagging interface that adds the new view feature to a view.
*
* @since 3.2
*/
public interface ITmfAllowMultiple {
}