Interface VerboseCommandResult<C>

Type Parameters:
C - the command sender type
All Superinterfaces:
HelpQueryResult<C>

@Immutable @API(status=STABLE) public interface VerboseCommandResult<C> extends HelpQueryResult<C>
Verbose information about a single command.

This is displayed when the help query is precise enough to point to a single command.