How are spring composite annotations handled?

for example: what means did spring use to make the annotation @ SpringBootApplication also have

@SpringBootConfiguration
@EnableAutoConfiguration
@ComponentScan

the functions of these three annotations.

Nov.08,2021
Menu