Package com.google.common.testing
Annotation Type FreshValueGenerator.Empty
-
@Target(METHOD) @Retention(RUNTIME) private static @interface FreshValueGenerator.Empty
Annotates a method to generate the "empty" instance of a collection. This method should accept no parameter. The value it generates should be unequal to the values generated by methods annotated withFreshValueGenerator.Generates
.