Articles, Home

Java Annotations

A Java annotation is a small comment-like construct you can insert before class, method and field declarations. Annotations can be used to generate source code from, or be accessed at runtime via reflection.