Java
(Diese Seiten sind nur in Englisch verfügbar.)
Welcome to the pages about software development with Java. Every now and then we will publish a couple of things here. Sources are usually available with a BSD style license.
Right now only one project is there:
- Reflection -
- Reflection is a little project for inspecting classes using the Java Reflection API. I created a little application which shows the class information hierarchy in a tree view. It was motivated by wanting to know more details about the reflection API with a focus on generics.