📚 Add missing @since annotations

This commit is contained in:
jmp 2020-10-20 19:57:06 -07:00 • committed by Alexander Söderberg
parent 7cb1661f42
commit 37d4bdfe80
3 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,7 @@ import java.util.LinkedList;
/**
* Bungee specific {@link Caption caption keys}
* @since 1.1.0
*/
public final class BungeeCaptionKeys {

View file

@ -48,6 +48,7 @@ import java.util.stream.Collectors;
* Argument parser for {@link ProxiedPlayer players}
*
* @param <C> Command sender type
* @since 1.1.0
*/
public final class PlayerArgument<C> extends CommandArgument<C, ProxiedPlayer> {

View file

@ -48,6 +48,7 @@ import java.util.function.BiFunction;
* Argument parser for {@link net.md_5.bungee.api.config.ServerInfo servers}
*
* @param <C> Command sender type
* @since 1.1.0
*/
public final class ServerArgument<C> extends CommandArgument<C, ServerInfo> {