Annotation Interface Forward


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Experimental public @interface Forward
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