Dieser Commit ist enthalten in:
Ursprung
b5f9284bb5
Commit
2bac163e57
@ -361,6 +361,9 @@ public abstract class SWCommand {
|
|||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Target({ElementType.PARAMETER})
|
@Target({ElementType.PARAMETER})
|
||||||
protected @interface OptionalValue {
|
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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren