Annotation Interface InputArgument


@Target(PARAMETER) @Retention(RUNTIME) @Inherited public @interface InputArgument
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    Explicitly specifying the collectionType is not necessary, it will be inferred from the parameter type
     
     
  • Element Details

    • value

      @AliasFor("name") String value
      Default:
      ""
    • name

      @AliasFor("value") String name
      Default:
      ""
    • collectionType

      @Deprecated Class<?> collectionType
      Deprecated.
      Explicitly specifying the collectionType is not necessary, it will be inferred from the parameter type
      Default:
      java.lang.Object.class