Built-in Annotations In Java
By mostfunnyvideo 7 views 1 year ago
Annotations are used for the following purposes: Instructions to the compiler: There are three types of built-in annotations @Deprecated, @Override, @SuppressWarnings that can be used to give instructions to the compiler, detect errors, and suppress warnings.