package org.argeo.jcr; /** JCR types in the http://www.argeo.org/argeo namespace */ public interface ArgeoTypes { public final static String ARGEO_HOME = "argeo:home"; public final static String ARGEO_USER_HOME = "argeo:userHome"; }