Content deleted Content added
m →References: better category |
No edit summary |
||
Line 1:
In [[programming]] a '''Java annotation''' is a way of adding [[metadata]] to Java [[source code]] that is available to the programmer at [[run-time]].
Java annotations can be added to program elements such as classes, methods, fields, parameters, local variables, and packages. Unlike tags added to Java documentation and processed with tools such as [[XDoclet]], Java annotations are compleatly
==History of Java annotation==
|