<<< Member Access Modifiers | Index | Case Study: Product Database >>> |
Java annotations provide metadata about a particular construct in the program.
@Override // method declaration goes here
Annotation's role is similar to program comments. Annotations can be useful to the compiler, various software tools, and program documentation.
<<< Member Access Modifiers | Index | Case Study: Product Database >>> |