Merge tag 'v2.3.24' into testing
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / EntityDefinition.java
diff --git a/org.argeo.app.api/src/org/argeo/app/api/EntityDefinition.java b/org.argeo.app.api/src/org/argeo/app/api/EntityDefinition.java
deleted file mode 100644 (file)
index 97f7d7c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package org.argeo.app.api;
-
-/** The definition of an entity, a composite configurable data structure. */
-public interface EntityDefinition {
-//     String getEditorId(Node entity);
-
-       String getType();
-}