We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52581a1 commit 0552c58Copy full SHA for 0552c58
jooby/src/main/java/io/jooby/Route.java
@@ -7,7 +7,6 @@
7
8
import static java.util.Optional.ofNullable;
9
10
-import java.io.Serializable;
11
import java.lang.invoke.MethodHandle;
12
import java.lang.invoke.MethodHandles;
13
import java.lang.reflect.Method;
@@ -270,7 +269,7 @@ default void setRoute(Route route) {}
270
269
* @author edgar
271
* @since 2.0.0
272
*/
273
- public interface Handler extends Serializable, Aware {
+ public interface Handler extends Aware {
274
275
/**
276
* Execute application code.
0 commit comments