Annotation Interface Shortcut


@Retention(RUNTIME) @Target(METHOD) @Experimental public @interface Shortcut
Annotation to forward or redirect the usages of a command/subcommand to another command/subcommand, therefore, the forwarded command/subcommand will be executed the same with same input-parameters as the inheriting one.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details