Move core projects to a separate directory.
[gpl/argeo-suite.git] / core / org.argeo.entity.api / src / org / argeo / entity / EntityConstants.java
diff --git a/core/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java b/core/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java
new file mode 100644 (file)
index 0000000..f7a2de8
--- /dev/null
@@ -0,0 +1,8 @@
+package org.argeo.entity;
+
+/** Constant related to entities, typically used in an OSGi context. */
+public interface EntityConstants {
+       final static String TYPE = "entity.type";
+       final static String DEFAULT_EDITORY_ID = "entity.defaultEditorId";
+
+}