Java Annotation Processors to Help the Development Process
Since the introduction of annotations in Java 5, numerous frameworks have made good use of them in a runtime context, but less has been done to take advantage of their compile-time capabilities. Writing annotation processors is straightforward and can turn what would be runtime problems into compile-time warnings or errors.