All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.newrelic.agent.modules.ClassLoaderUtilImpl Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
/*
 * Copyright 2020 New Relic Corporation. All rights reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

package com.newrelic.agent.modules;

public class ClassLoaderUtilImpl implements ClassLoaderUtil {
    /**
     * For Java {@literal <} 9, the concept of "platform class loader" didn't exist,
     * so we always return null.
     */
    @Override
    public ClassLoader getPlatformClassLoaderOrNull() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy