Class MethodArgumentParser<C,T>

java.lang.Object
org.incendo.cloud.annotations.method.AnnotatedMethodHandler<C>
org.incendo.cloud.annotations.parser.MethodArgumentParser<C,T>
Type Parameters:
C - command sender type
T - Argument type
All Implemented Interfaces:
ArgumentParser<C,T>, SuggestionProviderHolder<C>

public final class MethodArgumentParser<C,T> extends AnnotatedMethodHandler<C> implements ArgumentParser<C,T>
Represents a method annotated with Parser