I would like to know where is the option to configure N6 to have the possibility to use the generic types in an automatic manner when I create data estructures, instead doing casting .
For example: Create Vector <Book> v=new Vector<Book>(); instead of Vector v=new Vector(),
Bye!