| 程序包 | 说明 |
|---|---|
| org.springframework.core.annotation |
Core support package for annotations, meta-annotations, and composed
annotations with attribute overrides.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SynthesizingMethodParameter |
SynthesizingMethodParameter.clone() |
static SynthesizingMethodParameter |
SynthesizingMethodParameter.forExecutable(Executable executable,
int parameterIndex)
Create a new SynthesizingMethodParameter for the given method or constructor.
|
static SynthesizingMethodParameter |
SynthesizingMethodParameter.forParameter(Parameter parameter)
Create a new SynthesizingMethodParameter for the given parameter descriptor.
|
| 构造器和说明 |
|---|
SynthesizingMethodParameter(SynthesizingMethodParameter original)
Copy constructor, resulting in an independent
SynthesizingMethodParameter
based on the same metadata and cache state that the original object was in. |