forked from External/mage
Functional interfaces should be annotated as functional interfaces
This commit is contained in:
parent
f1ef3bf68b
commit
752392fc46
22 changed files with 28 additions and 10 deletions
|
|
@ -34,6 +34,7 @@ import mage.MageException;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface GameCallback {
|
||||
|
||||
void gameResult(String result) throws MageException;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue