Annotation Type 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
      java.lang.String name
      The name is used to identify the phone system connector plugin.
    • Element Detail

      • name

        java.lang.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