]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/AbstractExecutionValue.java
Move ReailizedFlow to execution package
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / AbstractExecutionValue.java
index f143a2aec11c7e11115e1469ad626d863f252a35..5d5f3f940500246abc2f3e480e314928d0d7277d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+ * Copyright (C) 2007-2012 Mathieu Baudier
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.core.execution;
 
-public class AbstractExecutionValue {
+import java.io.Serializable;
 
+/** Value to be used by an execution */
+public abstract class AbstractExecutionValue implements Serializable {
+       private static final long serialVersionUID = 1558444746120706961L;
 }