How to resolve warning message coming in eclipse editor when I am writing this below code
Map <String, Class> fieldTypes = new HashMap<String, Class>();
When I am adding Add @SuppressWarning ‘rawtypes’ to either above this line of above method, still eclipse showing this warning.
Thanks
Brajesh
The correct way is:
This requires no
SuppressWarnings.