Annotation Interface PhoneSystemConnectorPlugin


@Retention(RUNTIME) @Target(TYPE) public @interface PhoneSystemConnectorPlugin
Runtime annotation used to mark a PhoneSystemConnector.
Since:
11.27
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name is used to identify the phone system connector plugin.
  • Element Details

    • name

      String name
      The name is used to identify the phone system connector plugin. The name must be unique.
      Returns:
      The unique name of the phone system connector plugin
      Since:
      11.27