Java annotation: Difference between revisions

Content deleted Content added
Line 7:
 
==Processing==
When Java source code is compiled, the Java compiler stores annotation metadata in the class files. Later, the [[JVM]] or other programs can look for the metadata to determine how to interact with the program elements or changchange their behavior.
 
==Syntax==