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

net.neoforged.jarcompatibilitychecker.data.Bouncer Maven / Gradle / Ivy

/*
 * Copyright (c) Forge Development LLC and contributors
 * SPDX-License-Identifier: LGPL-2.1-only
 */

package net.neoforged.jarcompatibilitychecker.data;

public final class Bouncer {
    public final String name;
    public final String desc;

    public Bouncer(String name, String desc) {
        this.name = name;
        this.desc = desc;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy