Annotation Interface Connector
Annotation for documenting connectors.
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameName of the connector.- Returns:
- name of the connector.
-
type
IOType typeType of the connector.- Returns:
- type of the connector.
-
help
String helpDescription of this connector.- Returns:
- description of this connector.
-
configClass
Class configClassConfig class used by this connector.- Returns:
- config class used by this connector.
-