java有一个常用的类void,这个类很多都在用,但是很多人不了解它的内部实现,下面我们来解析一下它的内部实现。 public final class Void { /** * The {@code Class} object representing the pseudo-type corresponding to * the keyword {@code void}. */ @SuppressWarnings("unchecked") public static final Class<Void> …