SteamWar/SpigotCore
Archiviert
13
0

CMD #141

Zusammengeführt
YoyoNow hat 29 Commits von CMD nach master 2021-12-12 15:58:20 +01:00 zusammengeführt
Nur Änderungen aus Commit 2bac163e57 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -361,6 +361,9 @@ public abstract class SWCommand {
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
protected @interface OptionalValue {
String defaultValue(); // Will pe parsed against the TypeMapper specified by the parameter or annotation
/**
* Will pe parsed against the TypeMapper specified by the parameter or annotation.
*/
String value();
}
}