Package com.thoughtworks.go.plugin.api.annotation

  • Annotation Types Summary
    Annotation Type Description
    Extension
    Annotation that marks a type an extension implementation.
    Load
    Annotation that marks a method to be called when a plugin is loaded.
    UnLoad
    Annotation that marks a method to be called when a plugin is unloaded.
    UsedOnGoAgent
    A method mark by this annotation indicates that the method is invoked on the Go Agent.
    UsedOnGoServer
    A method mark by this annotation indicates that the method is invoked on the Go server.