]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java
Implement ref spec
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionSpec.java
index 60924768bb851bf9863f5623580c0afde1af0a62..c2c61daafd6945fc1b824f42b4164fd4e37af74d 100644 (file)
@@ -6,4 +6,6 @@ public interface ExecutionSpec {
        public Map<String, ExecutionSpecAttribute> getAttributes();
 
        public String getName();
+       
+       public String getDescription();
 }