Annotation Interface ConnectorClass
This annotation must be present on each connector class.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends Configuration>
The configuration class for a given connector.The display name key. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionCategory the connector belongs to such as 'LDAP' or 'DB'.String[]
The resource path(s) to the message catalog.
-
Element Details
-
configurationClass
Class<? extends Configuration> configurationClassThe configuration class for a given connector. -
displayNameKey
String displayNameKeyThe display name key. This must be a key in the message catalog.
-
-
-
categoryKey
String categoryKeyCategory the connector belongs to such as 'LDAP' or 'DB'.- Default:
- ""
-
messageCatalogPaths
String[] messageCatalogPathsThe resource path(s) to the message catalog. Message catalogs are searched in the order given such that the first one wins. By default, if no paths are specified, we useconnector-package.Messages.properties
- Default:
- {}
-