Issue Details (XML | Word | Printable)

Key: SPR-4043
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: allnightlong
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Framework

Add generic methods to BeanFactoryUtils.

Created: 03/Nov/07 05:13 PM   Updated: 03/Nov/07 05:13 PM
Component/s: SpringCORE
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
Now:
Configuration configuration = (Configuration) BeanFactoryUtils.beanOfType(context, Configuration.class);

Suggestion:
Configuration configuration = BeanFactoryUtils.beanOfType(context, Configuration.class);


Unfortunatly, I don't know, how it corresponds with java4 backword compability.



 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.