| Package | Description | 
|---|---|
| org.springframework.core.annotation | Core support package for annotations, meta-annotations, and merged
 annotations with attribute overrides. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| SynthesizingMethodParameter(SynthesizingMethodParameter original)Copy constructor, resulting in an independent  SynthesizingMethodParameterbased on the same metadata and cache state that the original object was in. |