It is a simple problem that when there is a type Class property(not an instance) in my class, but I don't know how to write in ApplicationContext.xml for this class to use Setter Injection.

public Class Example{

private Class member;

public void setMember(Class member) {
.....
}
.....
}

Thanks!
[/b]