net.alloyggp.tournament.impl.EndOfRoundState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ggp-tournament Show documentation
Show all versions of ggp-tournament Show documentation
A library for GGP tournament specification and scheduling.
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 {
}