Annotation Type UsedOnGoServer
-
@Target(METHOD) @Retention(CLASS) public @interface UsedOnGoServerA 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:
UsedOnGoAgent