1 /*
2 * $Id: IResourceKeyParticipant.java,v 1.1 2008/12/09 16:37:13 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.contentAccessor;
5
6 import org.rcfaces.core.internal.lang.StringAppender;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.1 $ $Date: 2008/12/09 16:37:13 $
12 */
13 public interface IResourceKeyParticipant {
14 String RESOURCE_KEY_SEPARATOR = "\u0001";
15
16 void participeKey(StringAppender sa);
17 }