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

net.alloyggp.tournament.impl.EndOfRoundState Maven / Gradle / Ivy

There is a newer version: 0.1.0
Show newest version
package net.alloyggp.tournament.impl;

import javax.annotation.concurrent.Immutable;

/**
 * Implementations of this are specific to stage formats and
 * used by those formats in caching.
 */
@Immutable
public interface EndOfRoundState {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy