blob: 9f1d3c94f499599887fd3d6a148e314918ef700c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 Tasktop Technologies.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.commons.notifications.feed;
/**
* @author Steffen Pingel
*/
public interface INotificationsFeed {
public static final String ID_PLUGIN = "org.eclipse.mylyn.commons.notifications.feed"; //$NON-NLS-1$
}