Annotation Interface DistributeOnMethods


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface DistributeOnMethods
Marks an annotation as distributable on methods. As in, when a class is annotated with an annotation that is distributable on methods, all methods will effectively include this annotation in their functionality.

For example, if a class is annotated with SecretCommand, all methods will be marked as SecretCommand, without having to annotate each method individually.