X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionSpecAttribute.java;h=4866f637702f3e635c47a5138773da4ce0e1d36f;hb=548235484edd6b48de5ddc3bbca318e0e49cb57b;hp=22d981f4412616d3cc0a69ae8feca2002370f7e8;hpb=f3e477b3048c639451df616cfa61564eae11efbb;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java index 22d981f44..4866f6377 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java @@ -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();