/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of XClasspath (http://www.xclasspath.org/). * * * * See the file "LICENSE-XCLASSPATH-LGPL" for the copyright * * information and for the terms and conditions for copying, * * distribution and modification of this source file. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* This is an opauqe class for compilation with type checking */ package java.lang; public final class NPC { private NPC() { } }