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
No. With a bean tag you instruct Spring on how to instantiate a class.