Greater Atlanta Software Symposium - October 24 - 26, 2008 - No Fluff Just Stuff

The Busy Java Developer's Guide to Annotations

Greater Atlanta Software Symposium

Atlanta · October 24 - 26, 2008

You are viewing details from a past event

About this Presentation

Want to get the soup-to-nuts story on Java annotations? In this presentation, we'll first talk about what annotations provide to the Java language. After setting ourselves a conceptual basis to operate from, we'll look at the language definition for Java annotations, from how to use them to how to define them. Finally, we'll take a look at the other side of annotations, consuming them at source-level (using “apt”, the annotation processing tool), class-level (using a bytecode toolkit such as BCEL), and at runtime (using enhancements to the Reflection API made in Java5).

For an intermediate Java audience.

Ted Neward