Visits a primitive value of the annotation.
@param name the value name.
@param value the actual value, whose type must be {@link Byte}, {@link Boolean}, {@link Character}, {@link Short}, {@link Integer}, {@link Long}, {@link Float}, {@link Double}, {@link String} or {@link Type}. This value can also be an array of byte, boolean, short, char, int, long, float or double values (this is equivalent to using {@link #visitArray visitArray} and visiting each array element in turn, but ismore convenient).
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.