com.google.caliper.util
Annotation Type CommandLineParser.Leftovers


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public static @interface CommandLineParser.Leftovers

Annotates a single method in an options class to receive any "leftover" arguments. The method must accept ImmutableList<String> or a supertype. The method will be invoked even if the list is empty.



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.