Annotation Interface Connector


@Public @Stable @Retention(RUNTIME) @Target(TYPE) public @interface Connector
Annotation for documenting connectors.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Config class used by this connector.
    Description of this connector.
    Name of the connector.
    Type of the connector.
  • Element Details

    • name

      String name
      Name of the connector.
      Returns:
      name of the connector.
    • type

      IOType type
      Type of the connector.
      Returns:
      type of the connector.
    • help

      String help
      Description of this connector.
      Returns:
      description of this connector.
    • configClass

      Class configClass
      Config class used by this connector.
      Returns:
      config class used by this connector.