![JAR search and dependency download from the Maven repository](/logo.png)
scala.runtime.ModuleSerializationProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-library Show documentation
Show all versions of scala-library Show documentation
Standard library for the Scala Programming Language
The newest version!
/*
* Scala (https://www.scala-lang.org)
*
* Copyright EPFL and Lightbend, Inc.
*
* Licensed under Apache License 2.0
* (http://www.apache.org/licenses/LICENSE-2.0).
*
* See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*/
package scala.runtime;
import java.io.Serializable;
import java.security.AccessController;
import java.security.PrivilegedActionException;
import java.security.PrivilegedExceptionAction;
import java.util.HashSet;
import java.util.Set;
/** A serialization proxy for singleton objects */
public final class ModuleSerializationProxy implements Serializable {
private static final long serialVersionUID = 1L;
private final Class> moduleClass;
private static final ClassValue
© 2015 - 2025 Weber Informatics LLC | Privacy Policy