Ken Arnold's Blog: Generics Considered Harmful - 0 views
-
this: Enum is actually a generic class defined as Enum<T extends
-
When used in public interfaces, generics are also invaluable to enforce correctness, prevent bugs and reduce testi
-
generics is reifying type relationships that are otherwise implic
- ...4 more annotations...