@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public static @interface Snippet.VarargsParameter
Denotes a snippet parameter representing 0 or more arguments that will be bound during
snippet template instantiation. During snippet template creation, its value must be an array
whose length specifies the number of arguments (the contents of the array are ignored) bound
to the parameter during instantiation.