import java.lang.Class; // A per-type constant, providing access to instances of java.lang.Class. // Used for automatically generating the component type required in java.lang.reflect.Array.newInstance(). abstract <T> Class<T>: java_class;