spring的事物源码解析

spring的事物源码解析 一、注解解析 1 <tx:annotation-driven></tx:annotation-driven> TxNamespaceHandler解析XML,AnnotationDrivenBeanDefin

Spring的AOP源码分析

Spring的AOP源码分析 一、AOP体系图 1、AOP术语 1)连接点(Joinpoint) 程序执行的某个特定位置:如类开始初始化前、类初始化

Spring的IOC源码分析

Spring的IOC源码分析 一、Spring的体系结构 BeanFactory实现工厂模式,创建bean工厂类;BeanDefinition是

LongAccumulator

LongAccumulator源码分析 一、LongAccumulator构造 1 2 3 4 5 6 7 8 9 10 11 12 13 14 private final LongBinaryOperator function; //操作累加方法 private final long identity; //