Annotation Interface Layer0LiveModule


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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Full name describing the connectivity.
    Short identifier.
  • Element Details

    • fullName

      String fullName
      Full name describing the connectivity. Value example: "ExampleExchange".
      Default:
      ""
    • shortName

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