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