]> git.argeo.org Git - lgpl/argeo-commons.git/blob - NodeTypes.java
ca41ad28d8ab2a39c039daeaff648be6eab32418
[lgpl/argeo-commons.git] / NodeTypes.java
1 package org.argeo.api;
2
3 /** JCR types in the http://www.argeo.org/node namespace */
4 @Deprecated
5 public interface NodeTypes {
6 String NODE_USER_HOME = "node:userHome";
7 String NODE_GROUP_HOME = "node:groupHome";
8 }