Annotation Interface Param


@Documented @Target(PARAMETER) @Retention(RUNTIME) public @interface Param
Author:
Despical

Created at 29.03.2024

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The unique id of the parameter.
  • Element Details

    • value

      String value
      The unique id of the parameter.

      If a Class name is used as an id then no need for this annotation to be used. The parameters can directly be used from method's parameter list.

      Returns:
      the unique id to call annotated parameter