]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java
Improve JCR integration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionSpec.java
index ab4de4fd35c094620e77d611e0e99ed8696699bc..8111cc7d9cda529ef30cf76613283c0fa1a4ba2b 100644 (file)
@@ -18,10 +18,14 @@ package org.argeo.slc.execution;
 
 import java.util.Map;
 
+/**
+ * The class implementing this interface defines the map of attributes that are
+ * necessary for the corresponding ExecutionFlow.
+ */
 public interface ExecutionSpec {
        public Map<String, ExecutionSpecAttribute> getAttributes();
 
        public String getName();
-       
+
        public String getDescription();
 }