Annotation Interface UsedOnGoServer


@Target(METHOD) @Retention(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.
See Also: