Annotation based random value generator. Randito is modeled after the way Mockito injects mock values into class instance fields.
Instead of @Mock you use @Rand. Instead of MocktioAnnotations.initMocks(target) you use RanditoAnnotations.initRands(target).