Annotation Type Connector


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

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

    • protocol

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

      The component type as a string like PMP.