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