Annotation Type Repeated


@Target(PARAMETER) @Retention(SOURCE) public @interface Repeated
An annotation for repeated Refaster template variables.

A template variable with annotation @Repeated matches zero or more occurrences of expression. This is often used for varargs.