summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
Diffstat (limited to 'jrt')
-rw-r--r--jrt/src/com/yahoo/jrt/MethodHandler.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/jrt/src/com/yahoo/jrt/MethodHandler.java b/jrt/src/com/yahoo/jrt/MethodHandler.java
index 84fa100bf2d..f72e196e46a 100644
--- a/jrt/src/com/yahoo/jrt/MethodHandler.java
+++ b/jrt/src/com/yahoo/jrt/MethodHandler.java
@@ -10,6 +10,7 @@ package com.yahoo.jrt;
* or with reflection. This choice is reflected by the two different
* constructors in the {@link Method} class.</p>
**/
+@FunctionalInterface
public interface MethodHandler {
/**