i have requirement that
if(condition.equals("first")){
//here want to inject First bean object at run time
} else if(condition.equals("second"){
//here want to inject Second bean object
}
like wise based on condition want to inject that particular bean at runtime is it possible in spring MVC 4.1 ? if possible please help me that
thanks for u response