| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static EnableLoadTimeWeaving.AspectJWeaving |
EnableLoadTimeWeaving.AspectJWeaving.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EnableLoadTimeWeaving.AspectJWeaving[] |
EnableLoadTimeWeaving.AspectJWeaving.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|