Keith Donald
2008-04-19 18:10:24 +00:00
parent 0d32d4a518
commit 8cba9f13d8
7 changed files with 354 additions and 15 deletions

View File

@@ -15,6 +15,8 @@
*/
package org.springframework.binding.expression;
import java.io.Serializable;
import org.springframework.core.style.ToStringCreator;
/**
@@ -22,7 +24,7 @@ import org.springframework.core.style.ToStringCreator;
*
* @author Keith Donald
*/
public class EvaluationAttempt {
public class EvaluationAttempt implements Serializable {
private Expression expression;