Add @FunctionalInterface annotations

This commit is contained in:
filoghost 2021-07-24 18:18:29 +02:00
parent 003181c256
commit 6d54e73518
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import org.jetbrains.annotations.NotNull;
*
* @since 1
*/
@FunctionalInterface
public interface PickupHandler {
/**

View File

@ -13,6 +13,7 @@ import org.jetbrains.annotations.NotNull;
*
* @since 1
*/
@FunctionalInterface
public interface TouchHandler {
/**