@Documented
@Target(value=METHOD)
public @interface EventHandler
Using this annotation and the corresponding helper method is entirely optional but does provide some value when building components that you want to easily interact with from the React DevTools.
@Nonnull public abstract java.lang.String name
public abstract java.lang.Class value
JsFunction to ensure that the method can be
given a useful debug name.