Visits an annotation of a parameter this method.
@param parameter the parameter index.
@param desc the class descriptor of the annotation class.
@param visible true if the annotation is visible at runtime.
@return a non null visitor to visit the annotation values.
Visits an annotation of a parameter this method.
@param parameter the parameter index.
@param desc the class descriptor of the annotation class.
@param visible true if the annotation is visible at runtime.
@return a visitor to visit the annotation values, or null ifthis visitor is not interested in visiting this annotation.
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.