@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CommandPlaceholder
@Command of a OrphanCommand.
If a method has @Subcommand on it, this annotation is unnecessary.
It simply exists in cases where the orphan command is the function itself, and
not a subcommand of it.