]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java
Introduce JCR agent. Client agent not needed anymore.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionSpecAttribute.java
index 22d981f4412616d3cc0a69ae8feca2002370f7e8..4866f637702f3e635c47a5138773da4ce0e1d36f 100644 (file)
@@ -17,7 +17,6 @@
 package org.argeo.slc.execution;
 
 /**
- * 
  * This interface stands for one attribute of a given flow.
  * 
  * We mainly have two implementations :
@@ -29,13 +28,10 @@ package org.argeo.slc.execution;
  * the application context + the display of some choices among which the end
  * user can choose.
  * 
- * Note :
- * 
+ * @see org.argeo.slc.core.execution.PrimitiveSpecAttribute
+ * @see org.argeo.slc.core.execution.RefSpecAttribute
  * @see org.argeo.slc.core.execution.PrimitiveUtils : this class offers some
  *      helper, among others to cast the various type of primitive attribute.
- * 
- * @author bsinou
- * 
  */
 public interface ExecutionSpecAttribute {
        public Object getValue();