Package velox.api.layer0.annotations
Annotation Interface Layer0LiveModule
This annotation allows automatic discovery of layer0 module entry points.
-
Optional Element Summary
Optional Elements
-
Element Details
-
fullName
String fullNameFull name describing the connectivity. Value example: "ExampleExchange". Ignored iflocalizationKey()is not empty- Default:
- ""
-
shortName
String shortNameShort identifier. Preferably - 2 letters. Will be used in places where names have to be short. Value example: "EE".- Default:
- ""
-
localizationKey
String localizationKeyKey for localization of the provider name. If this key is not empty andLayer1LocalizationBundleannotation is present, then the name of the provider will be taken from the specified localization bundle using this key. This localized name will be used in all displayable dialogs. If the specified bundle doesn't contain the key, an exception will be thrown when the localized name is retrieved. Should be empty if no localization is needed.- Default:
- ""
-