Add a new mutation operator to return enum values where possible.
A way could be to specify in the configuration the fully qualified name of the class and then the enum field something like java.time.Month.APRIL. One of the challenges is to verify that the enum value exists. This could also work for static class fields.