blob: e02095d1b9f036ffa5e837098dcbd82053d7107b [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2019 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.internal.provisional.tmf.core.model.annotations;
/**
* Constants used for output annotation fetch parameters
*
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface IOutputAnnotationParameters {
/**
* Annotation categories key
*/
static String ANNOTATION_CATEGORIES_KEY = "annotation_categories"; //$NON-NLS-1$
}