Introducing Annotation Processing Tool (apt) in JDK1.5 Beta2

Posted in blog city on June 4th 2004 

This article introduces “apt”, the new tool provided along with JDK1.5 beta2 to process annotations, the new addition to Java5. It walks you through a simple example on declaring an annotation, using it and processing the same. This will help you get started on using annotations in your applications. 

Introduction
Sun [...]