public class TypeAnnotationFlow
extends ResolvePipeline
TypeAnnotationFlow Class.
This class is responsible for resolving the data type annotation in the context.
It checks the protocol field for the DataType annotation and sets the data type annotation in the reference accordingly.
If the annotation is AutoType, it will automatically determine the appropriate data type annotation.
This class extends the ResolvePipeline class and overrides the process method to implement its functionality.
- 从以下版本开始:
- 2.5.0
- 作者:
- Deng Ran