📚 Add missing @since annotations
This commit is contained in:
parent
7cb1661f42
commit
37d4bdfe80
3 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ import java.util.LinkedList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bungee specific {@link Caption caption keys}
|
* Bungee specific {@link Caption caption keys}
|
||||||
|
* @since 1.1.0
|
||||||
*/
|
*/
|
||||||
public final class BungeeCaptionKeys {
|
public final class BungeeCaptionKeys {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ import java.util.stream.Collectors;
|
||||||
* Argument parser for {@link ProxiedPlayer players}
|
* Argument parser for {@link ProxiedPlayer players}
|
||||||
*
|
*
|
||||||
* @param <C> Command sender type
|
* @param <C> Command sender type
|
||||||
|
* @since 1.1.0
|
||||||
*/
|
*/
|
||||||
public final class PlayerArgument<C> extends CommandArgument<C, ProxiedPlayer> {
|
public final class PlayerArgument<C> extends CommandArgument<C, ProxiedPlayer> {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ import java.util.function.BiFunction;
|
||||||
* Argument parser for {@link net.md_5.bungee.api.config.ServerInfo servers}
|
* Argument parser for {@link net.md_5.bungee.api.config.ServerInfo servers}
|
||||||
*
|
*
|
||||||
* @param <C> Command sender type
|
* @param <C> Command sender type
|
||||||
|
* @since 1.1.0
|
||||||
*/
|
*/
|
||||||
public final class ServerArgument<C> extends CommandArgument<C, ServerInfo> {
|
public final class ServerArgument<C> extends CommandArgument<C, ServerInfo> {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue