Interface CommandAccessor.CommandProperty<CTX,​R,​E extends Exception>

Type Parameters:
CTX - the generic type
R - the generic type
E - the element type
All Superinterfaces:
CommandAccessor<CTX,​R,​E>, CommandAccessor.CommandMutator<CTX,​R,​E>
Enclosing interface:
CommandAccessor<CTX,​R,​E extends Exception>

public static interface CommandAccessor.CommandProperty<CTX,​R,​E extends Exception>
extends CommandAccessor<CTX,​R,​E>, CommandAccessor.CommandMutator<CTX,​R,​E>
Provides a command property.