Add missing annotation

This commit is contained in:
Tamas Cservenak 2024-11-13 17:00:46 +01:00
parent 11c235eafe
commit 903cf59b0b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public interface ParserRequest {
*
* @return the command (human) name
*/
@Nonnull
String commandName();
/**