Java Annotations

  • Annotations let you attach metadata to your code
  • Has no effect on its own
  • Discoverable through a Java API called reflection

3 / 21