@Retention(value=RUNTIME)
public @interface ReactMethod
Annotation which is used to mark methods that are exposed to
Catalyst. This applies to derived classes of BaseJavaModule, which will generate a list of exported methods by
searching for those which are annotated with this annotation and
adding a JS callback for each.