3. Conventions in This Guide
In some cases, to aid formatting when specifying long fully qualified class names, we shorten
org.springframework
to o.s
and org.springframework.integration
to o.s.i
, such as with
o.s.i.transaction.TransactionSynchronizationFactory
.