class SynthesizedAnnotationInvocationHandler extends Object implements InvocationHandler
InvocationHandler for an Annotation that Spring has
synthesized (i.e., wrapped in a dynamic proxy) with additional
functionality.Annotation,
AnnotationAttributeExtractor,
AnnotationUtils.synthesizeAnnotation(Annotation, AnnotatedElement)| 构造器和说明 |
|---|
SynthesizedAnnotationInvocationHandler(AnnotationAttributeExtractor<?> attributeExtractor)
Construct a new
SynthesizedAnnotationInvocationHandler for
the supplied AnnotationAttributeExtractor. |
SynthesizedAnnotationInvocationHandler(AnnotationAttributeExtractor<?> attributeExtractor)
SynthesizedAnnotationInvocationHandler for
the supplied AnnotationAttributeExtractor.attributeExtractor - the extractor to delegate toCopyright © 2020. All rights reserved.