Remove node data model, home areas based on workspaces instead.
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeTypes.java
index bfb55e1750ee1cf2a7a9577ffdc4a8d3fea84d68..891f54659f57691edab8d63080c386565213b882 100644 (file)
@@ -16,6 +16,7 @@
 package org.argeo.node;
 
 /** JCR types in the http://www.argeo.org/node namespace */
+@Deprecated
 public interface NodeTypes {
        String NODE_USER_HOME = "node:userHome";
        String NODE_GROUP_HOME = "node:groupHome";