Spring Boot: Annotations

The various things starting with @ that are particular to Spring and Spring Boot

Spring and Spring Boot rely on many annotations.

Here are just a few:

@Autowired
@Bean
@Component
@ComponentScan
@Configuration
@Controller
@EnableAutoConfiguration
@Repository
@RestController
@Service
@SpringBootApplication
@SpringBootConfiguration

More on Spring Boot: Annotations