this.configuration = new Configuration(
Arbitrary.defaultDistribution());
}
// collect declared generators.
this.classGenerators = new HashMap<Class<?>, Gen<?>>();
Generator generator = this.getClassAnnotation(Generator.class);
if (generator != null) {
this.addGenerator(generator);
}
UseGenerators useGenerators = this
.getClassAnnotation(UseGenerators.class);