Sets the Java class of the method's argument. If you wish to use a primitive type, specify the corresonding Java wrapper class instead, such as {@code java.lang.Boolean}for a {@code boolean} parameter.
@param paramType The Java class of the method's argument
@return this builder instance
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.