Annotation Type Connector


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Connector
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] protocol
      The protocol of the connector as a string (e.g., RMI, tcp, ...).
      ComponentType type
      The component type as a string like PMP.
    • Element Detail

      • protocol

        String[] protocol
        The protocol of the connector as a string (e.g., RMI, tcp, ...).