/******************************************************************************* * Copyright (c) 2014 Dirk Fauth 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: * Dirk Fauth <dirk.fauth@gmail.com> - initial API and implementation *******************************************************************************/ package org.eclipse.nebula.widgets.nattable.util; /** * Marker interface for specifying a key for the {@link CalculatedValueCache}. * Remember to implement <code>equals()</code> and <code>hashCode()</code> so it * works correctly! * * @author Dirk Fauth * */ public interface ICalculatedValueCacheKey {}