Multiple choice Which interface is automatically extended by all annotation types? java.lang.annotation.Annotation java.lang.Annotation java.lang.Annotations java.lang.reflect.Annotation Reveal answer Fill a bubble to check yourself A Correct answer Explanation This answer is correct. All annotation types extend the Annotation interface which is from java.lang.annotation package. Annotation is a super-interface of all annotations.