1、使用注解@SuppressWarnings("unchecked")
2、设置Eclipse警告忽略
Window->Preferences->Java->Compiler->Errors/Warning->Generic types中将
Unchecked generic type operation(或者 Usage of a raw type)设置为Ignore
<!--StartFragment -->
1、使用注解@SuppressWarnings("unchecked")
2、设置Eclipse警告忽略
Window->Preferences->Java->Compiler->Errors/Warning->Generic types中将
Unchecked generic type operation(或者 Usage of a raw type)设置为Ignore
<!--StartFragment -->