One of the big new features of Java 5 were Annotations (.Net guys call them Attributes ). Along with annotations Sun released the Annotation Processor Tool (APT) as well. APT performs parsing Java source code and processes annotations with custom agent
Read More...