Skip to content

SpigotMC/Determiner

Repository files navigation

Determiner

Maven plugin which replaces usages of non deterministic classes with deterministic equivalents.

Code based on Simulare.

Example Configuration

<plugin>
    <groupId>net.md-5</groupId>
    <artifactId>determiner</artifactId>
    <version>0.1</version>
    <executions>
        <execution>
            <phase>process-classes</phase>
            <goals>
                <goal>transform</goal>
            </goals>
        </execution>
    </executions>
</plugin>

About

Maven plugin which replaces usages of non deterministic classes with deterministic equivalents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages