@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Config
Used to mark configuration object CommandConfig for command registration.
The annotation is expected to be inside of a subclass of AbstractCommand
next to a field containing CommandConfig or a static method returning the
CommandConfig.