Annotation Type UsedOnGoAgent


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