@Target(value=METHOD)
@Retention(value=CLASS)
public @interface UsedOnGoServer
A method mark by this annotation indicates that the method is
invoked on the Go server.
The information is useful for plugin developers to understand
semantics of methods involved in the extension point.