Creates a ConstructorArg object.
public ConstructorArg( Object value, Class type )
value
The value of the argument expressed as a class object.
type
The class type of the argument.
For a simple example that shows how the ConstructorArg class is used, see the ConstructorArg overview.