]> git.argeo.org Git - gpl/argeo-slc.git/blob - RepoTypes.java
92e538ef5c57d7cf80211a909a8ac9664640efcf
[gpl/argeo-slc.git] / RepoTypes.java
1 package org.argeo.slc.repo;
2
3 import org.argeo.slc.jcr.SlcTypes;
4
5 /**
6 * Node types used programatically.
7 *
8 * @deprecated use {@link SlcTypes} instead
9 */
10 public interface RepoTypes extends SlcTypes {
11 }