Should Java raw types be deprecated?
- by Paul Croarkin
Should a future release of Java deprecate the use of raw types to force the migration to generics? I could also see having raw types not allowed by default but allowing them via a compile flag for legacy code.