
com.newrelic.agent.modules.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of newrelic-module-util-java Show documentation
Show all versions of newrelic-module-util-java Show documentation
Multi-release jar for bootstrapping the Java Agent
The newest version!
/*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* This package contains classes where different functionality is loaded
* based on the Java version at play. All classes should implement an interface in the {@literal main}
* sourceSet, so that there is a contract with external code.
*
* Java's Multi-Release Jar
* functionality, introduced in Java 9, is used to build this package.
*
* When Java 8 support is finally removed, Java 9 classes should migrate to the {@literal main}
* sourceSet.
*/
package com.newrelic.agent.modules;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy