News

Type erasure in Java generics programming can cause a variety of problems in your code. Fortunately, there are ways to work around them.
With Java 8, annotations can now be written on any use of a type such as in declarations, generics, and casts. This article introduces type annotations and tools to help build better software.