RetentionPolicy usage
Value | Explanation |
SOURCE | The compiler drops the comment |
CLASS | The compiler will be logged in the file, and the default runtime does not require virtual machine retention. |
RUNTIME | The compiler is recorded in a file and is kept by the virtual machine runtime for easy reading. |