Annotation Type 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
    java.lang.String fullName
    Full name describing the connectivity.
    java.lang.String shortName
    Short identifier.
  • Element Details

    • fullName

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

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