Is there a way to set a property in spring to, not an instance of a class, but the class object itself? i.e.
Rather than
You could certainly use the static factory method Class.forName(), if there's no more elegant syntax (and I don't believe there is):