Annotation Interface Parameters


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface Parameters
This object encapsulates input parameters
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An array of Parameter Objects for the operation
  • Element Details

    • value

      Parameter[] value
      An array of Parameter Objects for the operation
      Returns:
      the parameters
      Default:
      {}