1 /*
2 * $Id: IResourceKey.java,v 1.1 2006/11/10 14:00:04 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.contentStorage;
5
6 /**
7 *
8 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9 * @version $Revision: 1.1 $ $Date: 2006/11/10 14:00:04 $
10 */
11 public interface IResourceKey {
12
13 String getResourceKey();
14
15 }