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

oization.memoization-core.2024.1.8.source-code.module-info Maven / Gradle / Ivy

The newest version!
/*
 * SPDX-FileCopyrightText: The memoization.java Authors
 * SPDX-License-Identifier: 0BSD
 */
/**
 * The core module contains the core interfaces and utilities of memoization.java
 */
@org.jspecify.annotations.NullMarked
module wtf.metio.memoization.core {

    requires com.github.spotbugs.annotations;
    requires org.jspecify;

    exports wtf.metio.memoization.core;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy