summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-05-23 21:15:20 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-05-23 21:15:20 +0200
commitf2aaa615ebab15c614d52617268920c8fdfd1a84 (patch)
tree70b071a72cc20b11b0519454596f8b36af1f6510 /jrt
parent0a09854d268b64e6e9faad2bcaf4e02b25d3b232 (diff)
Annotate MethodHandler as functional interface
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 {
/**