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