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 c5f6355 commit beece23Copy full SHA for beece23
server/src/main/java/org/spine3/server/reflect/EventHandlerMethod.java
@@ -88,6 +88,9 @@ public static void checkModifiers(Iterable<Method> methods) {
88
}
89
90
91
+ /**
92
+ * @return the factory for filtering and creating event handler methods
93
+ */
94
public static HandlerMethod.Factory<EventHandlerMethod> factory() {
95
return Factory.instance();
96
0 commit comments