Annotation Interface Layer0LiveModule


@Retention(RUNTIME) public @interface Layer0LiveModule
This annotation allows automatic discovery of layer0 module entry points.
  • Element Details

    • fullName

      String fullName
      Full name describing the connectivity. Value example: "ExampleExchange". Ignored if localizationKey() is not empty
      Default:
      ""
    • shortName

      String shortName
      Short identifier. Preferably - 2 letters. Will be used in places where names have to be short. Value example: "EE".
      Default:
      ""
    • localizationKey

      String localizationKey
      Key for localization of the provider name. If this key is not empty and Layer1LocalizationBundle annotation 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:
      ""