For example,
- I don't want to use
org.testng.v6.Maps
, (I wantcom.google.common.collect.Maps
) - I don't want to use
org.hibernate.mapping.List
, (I wantjava.util.List
like everyone else!)
Is there a way to tell Eclipse not to suggest these in the autocomplete box?