@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface DistributeOnMethods
For example, if a class is annotated with SecretCommand, all methods will be
marked as SecretCommand, without having to annotate each method individually.