Annotation Type ConnectorClass
- 
@Retention(RUNTIME) @Target(TYPE) public @interface ConnectorClassThis annotation must be present on each connector class. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends Configuration>configurationClassThe configuration class for a given connector.java.lang.StringdisplayNameKeyThe display name key. 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcategoryKeyCategory the connector belongs to such as 'LDAP' or 'DB'.java.lang.String[]messageCatalogPathsThe resource path(s) to the message catalog. 
 - 
 
- 
- 
Element Detail
- 
configurationClass
java.lang.Class<? extends Configuration> configurationClass
The configuration class for a given connector. 
 - 
 
 -