package com.a.test.Wang;public final class NoInstantiation { // 私有构造防止类的被实例化 private NoInstantiation() { }}