Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 94a82de2103b30aca4f7cc00d1109185a21380b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. All rights reserved. This program and the
 * accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this
 * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Eike Stepper - initial API
 * and implementation
 */

/**
 * Common concepts for dealing with revisions and revision lists.
 *
 * @apiviz.exclude .*\.INotifier
 * @apiviz.exclude .*Event
 */
package org.eclipse.emf.cdo.common.revision;

Back to the top