diff options
Diffstat (limited to 'server/src/com/vaadin/util/ReflectTools.java')
-rw-r--r-- | server/src/com/vaadin/util/ReflectTools.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/com/vaadin/util/ReflectTools.java b/server/src/com/vaadin/util/ReflectTools.java index 956b09b922..6fccd365fb 100644 --- a/server/src/com/vaadin/util/ReflectTools.java +++ b/server/src/com/vaadin/util/ReflectTools.java @@ -17,6 +17,7 @@ package com.vaadin.util; import java.beans.IntrospectionException; import java.beans.PropertyDescriptor; +import java.io.Serializable; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; @@ -27,7 +28,7 @@ import java.lang.reflect.Method; * * @since 6.2 */ -public class ReflectTools { +public class ReflectTools implements Serializable { /** * Locates the method in the given class. Returns null if the method is not * found. Throws an ExceptionInInitializerError if there is a problem |