Use AspectJ to Modify Java Standard Library
This article explores the capabilities to alter Java standard library using AspectJ without recompiling source code of Java. It is highly experimental and do not apply it to production environment.
1. Weaving mode and development style
AspectJ...