Content deleted Content added
AlleborgoBot (talk | contribs) m robot Modifying: it:Annotazione (Java) |
|||
Line 23:
* ''Declarative Programming.'' Annotations allow the programmer to declare in their source code how the software should behave. It is an example of how declarative programming constructs can be added to a procedural language.
===Cons===
* ''Performance.'' Adding metadata to a run time causes additional memory overhead. Which is a strange argument, considering the sheer size of today's memory.
* ''Standards lack.'' There are few standards that dictate what metadata tags should be used.
|