setContext method
Implementation
CommandDeclarationBuilder setContext(CommandContextType context) {
this.context = context;
return this;
}
CommandDeclarationBuilder setContext(CommandContextType context) {
this.context = context;
return this;
}