]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/StructureElement.java
Change default separator
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / StructureElement.java
index 99ce86cd8922f815b4b53a01dfdd3598d9d28e62..d842839b2dcd809717357a97c7d4dee1fae01fc9 100644 (file)
@@ -1,6 +1,10 @@
 package org.argeo.slc.core.structure;\r
 \r
+/**\r
+ * Atomic element holding metadata such as description about the element which\r
+ * registered.\r
+ */\r
 public interface StructureElement {\r
-       public StructurePath getPath();\r
+       /** Description of this element. */\r
        public String getDescription();\r
 }\r