|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConnectorClass
This annotation must be present on each connector class.
| Required Element Summary | |
|---|---|
Class<? extends Configuration> |
configurationClass
The configuration class for a given connector |
String |
displayNameKey
The display name key. |
| Optional Element Summary | |
|---|---|
String[] |
messageCatalogPaths
The resource path(s) to the message catalog. |
| Element Detail |
|---|
public abstract Class<? extends Configuration> configurationClass
public abstract String displayNameKey
public abstract String[] messageCatalogPaths
connector-package.Messages.properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||