// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/*
Module for the purposes of housing tests that need to be in a module in order to run.
*/
open module com.microsoft.gctoolkit.integration {
requires com.microsoft.gctoolkit.api;
requires com.microsoft.gctoolkit.parser;
requires com.microsoft.gctoolkit.vertx;
requires java.logging;
exports com.microsoft.gctoolkit.integration.aggregation to
com.microsoft.gctoolkit.vertx;
provides com.microsoft.gctoolkit.aggregator.Aggregation with
com.microsoft.gctoolkit.integration.aggregation.HeapOccupancyAfterCollectionSummary,
com.microsoft.gctoolkit.integration.aggregation.PauseTimeSummary,
com.microsoft.gctoolkit.integration.aggregation.CollectionCycleCountsSummary;
}microsoft/gctoolkit
Publicmirrored fromhttps://github.com/microsoft/gctoolkitAvailable
IT/src/main/java/module-info.java
21lines · modepreview