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
a.b.c.Foo
That should work.