callerClazz = loadClassVersion("reflection.AnnotationsInvoker", "");
callerInstance = newInstance(callerClazz);
// FieldGetMethod howToGet = FieldGetMethod.GET_DECLARED_FIELDS; //Default way
FieldGetMethod howToGet = choice(FieldGetMethod.values());
toStringValue.append(howToGet + " ");
field = targetFieldFrom(targetClass, howToGet);
}