Annotation Interface CommandHandler


@Retention(RUNTIME) @Target(METHOD) public @interface CommandHandler
Indicates whether a method is handling a command. Represents a template of how a command should look like.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details