Annotation Interface RequireParameter


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) @RequirementMeta(type=STORING) public @interface RequireParameter
Annotation to specify required url parameters for methods or types. This annotation can be applied to methods or types to indicate that certain url parameter are required for processing the request.
Since:
3.0.6-SNAPSHOT
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the required url parameter.
  • Element Details

    • value

      Specifies the required url parameter.
      Returns:
      An array of strings representing the names of the required url parameter.