What are the annotations available in Spring? Spring Annotations: Contents: Annotation Package Detail/Import statement @Scope import org.springframework.context.annotation.Scope; Spring MVC Annotations @Controller import org.springframework.stereotype.Controller; @RequestMapping import…