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

net.neoforged.art.api.SignatureStripperConfig Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
/*
 * Copyright (c) Forge Development LLC and contributors
 * SPDX-License-Identifier: LGPL-2.1-only
 */

package net.neoforged.art.api;

/**
 * Signature stripper transformation strategy for {@link Transformer#signatureStripperFactory(SignatureStripperConfig)}.
 */
public enum SignatureStripperConfig {
    /**
     * Strips all signature entries from manifests.
     */
    ALL;
    // INVALID_ONLY could be implemented if desired
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy