Issues

Java5

Complete the support for annotations and generics.

Lazy Cache

Improve the lazy cache implementation. Details should only be retrieved when accessed.

AOP

It is still an open issue whether this implementation can be used by AOP or whether the ClassAdapter is a better place.

Javassist

The current implementation just uses simple reflection. Javassist can proably provide a better implementation including supporting annotations before java5?