]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoTypes.java
Start working on repo
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / src / main / java / org / argeo / slc / repo / 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 }