Uses of Interface
org.springframework.context.annotation.DeferredImportSelector
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of DeferredImportSelector in org.springframework.context.annotation
Modifier and TypeMethodDescriptionvoid
DeferredImportSelector.Group.process
(AnnotationMetadata metadata, DeferredImportSelector selector) Process theAnnotationMetadata
of the importing @Configuration
class using the specifiedDeferredImportSelector
.