]> git.argeo.org Git - gpl/argeo-jcr.git/blob - JcrxName.java
9dd43adcec96c30bdb6cea7b701d83d9d4faff72
[gpl/argeo-jcr.git] / JcrxName.java
1 package org.argeo.jcr;
2
3 /** Names declared by the JCR extensions. */
4 public interface JcrxName {
5 /** The multiple property holding various coherent checksums. */
6 public final static String JCRX_SUM = "{http://www.argeo.org/ns/jcrx}sum";
7 }