This tag provides information about the ConnectionSpec.
This tag is a method-level doclet tag.
Scope: method
Multiplicity
(0..n): You can use this tag
zero to an infinite number of times in the Java™ source file.
Purpose
The j2c.connectionSpec-property tag provides information of the property of the ConnectionSpec.
Parameters
The following table lists the valid
parameters for this tag:
| Attribute |
Type |
Description |
Required |
| name |
String |
The name of the property |
Yes |
| value |
String |
The value of the property defined statically |
No |
| argumentBinding |
String |
The value of the method argument. This
parameter is used if the value of the property is passed as a parameter
to the method. |
No |