package hep.io.root.reps;


/**
 *
 * @author  tonyj
 */
public interface RepConstants
{
   public static final Class stringClass = String.class;
}
