Fill in the blank with the correct value for @Target that allows the code to compile. A.

Question:

Fill in the blank with the correct value for @Target that allows the code to compile. 

image text in transcribed

A. ElementType.METHOD, ElementType.CONSTRUCTOR

B. ElementType.ANNOTATION_TYPE

C. ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.METHOD

D. ElementType.TYPE_USE

E. ElementType.LOCAL_VARIABLE, ElementType.FIELD

F. None of the above.

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

Step by Step Answer:

Question Posted: