Annotation Interface FreshValueGenerator.Empty

Enclosing class:
FreshValueGenerator

@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 with FreshValueGenerator.Generates.