// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import com.microsoft.gctoolkit.aggregator.Aggregation;
import com.microsoft.gctoolkit.sample.aggregation.HeapOccupancyAfterCollectionSummary;
/**
* Contains an Aggregator and an Aggregation
*/
module gctoolkit.sample {
requires com.microsoft.gctoolkit.api;
requires com.microsoft.gctoolkit.vertx;
requires java.logging;
exports com.microsoft.gctoolkit.sample.aggregation to com.microsoft.gctoolkit.vertx;
provides Aggregation with HeapOccupancyAfterCollectionSummary;
}microsoft/gctoolkit
Publicmirrored fromhttps://github.com/microsoft/gctoolkitAvailable
sample/src/main/java/module-info.java
19lines · modepreview