| 程序包 | 说明 |
|---|---|
| org.springframework.context.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeferredImportSelector.Group.process(org.springframework.core.type.AnnotationMetadata metadata,
DeferredImportSelector selector)
Process the
AnnotationMetadata of the importing @Configuration
class using the specified DeferredImportSelector. |