blob: a5bb5b7fe032401975a612857c06b4d4562bcb03 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 Tasktop Technologies and others.
*
* 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
*
* Sebastian Schmidt - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.context.core;
/**
* Clients should extend this class instead of implementing {@link IContextContributor}.
*
* @since 3.9
*/
public abstract class AbstractContextContributor implements IContextContributor {
}