Which annotations will trigger a compiler error if incorrectly applied to a method with no other annotations?

Question:

Which annotations will trigger a compiler error if incorrectly applied to a method with no other annotations? (Choose three.)

A. @Documented

B. @Deprecated

C. @SuppressWarnings("unchecked")

D. @Override

E. @SuppressWarnings("magic")

F. @SafeVarargs

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: