Tuesday, March 22, 2011

Java Generics and Reflection

“Officially” Java does not have information about generic types in runtime. But it’s not absolutely true. There are some cases, which are utilized by smart frameworks like Spring and Google Guice. Let’s explore these cases!

Read More »