Data type InterfaceActual
access this type via: composition.OptionBuilder (uses)
A description of an implementation component selected for an interface.
Fields
char intf[] The interface (including package).
char comp[] The path to the selected implementation component.
char proxyTag[] If comp is a proxy, what tag was it given (which would be passed to a delegated loader).
char proxyParams[] If comp is a proxy, what params was it given (which would be passed to a delegated loader).
ReqIntf req[] The list of required interfaces of this implementation component.