@j2c.interactionSpec-returnProperty

This tag provides information about the property of the InteractionSpec that is returned after the method call. 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.interactionSpec-returnProperty tag provides information of the property of the InteractionSpec that is set on the return object.

Parameters

The following table lists the valid parameters for this tag:
Attribute Type Description Required
name String The name of the property Yes
outputBinding String The name of the property on the return object to store the property value. Yes

Feedback