Annotation Interface Variadic


@Retention(SOURCE) @Target(PARAMETER) public @interface Variadic
Annotation that indicates a parameter taking 0 or more values. An operation can define its last parameter to be variadic, in which case 0 or more values will be collected into an Object[] and used as the last argument to the operation.
Since:
24.2