------解决方案-------------------- * @param <T> the type of the class modeled by this {@code Class} * object. For example, the type of {@code String.class} is {@code * Class<String>}. Use {@code Class<?>} if the class being modeled is * unknown. * * @author unascribed * @version 1.202, 04/01/09 * @see java.lang.ClassLoader#defineClass(byte[], int, int) * @since JDK1.0 */ public final class Class<T> implements java.io.Serializable,
------解决方案-------------------- 程序员不关心警告,只关心bug
------解决方案-------------------- 方法加上注解