Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Annotations are tags that you insert into your source code so that some tools can process them. These tools can operate at the source level, or they can process the class files into which the compiler has placed your annotations.
Annotations are widely used in Java, for example by testing tools such as JUnit 4 and enterprise technologies such as JavaEE.