Category Archives: Java annotations

Java Custom Annotations

My earlier post covered in-built annotations supported by Java 5. Today we will look at developing custom java annotations on our own.

Continue reading

Java Annotations – An Introduction

Annotations is a new feature introduced in Java 5 (Tiger release). This post intends to provide a high level introduction to the concept of annotations.

Continue reading