Interface SuggestionFactory<C,S extends Suggestion>

Type Parameters:
C - the command sender type
S - the tooltip type
All Known Implementing Classes:
DelegatingSuggestionFactory

@API(status=STABLE) public interface SuggestionFactory<C,S extends Suggestion>
Factory that produces command suggestions from user input.