Annotation Interface RequestParameter


@Documented @Target(TYPE) @Retention(SOURCE) public @interface RequestParameter
Indicates which parameters will be passed/available once the respective request handler is being executed
Author:
I-D Media AG
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    @NotNull String[]
    Name of the paramter, e.g.
  • Element Details

    • name

      @NotNull @NotNull String[] name
      Name of the paramter, e.g. name = "message"
      Returns:
      Name, must not be null
      Default:
      {}