/** * The classes in this package make JDBC easier to use and * reduce the likelihood of common errors. In particular, they: * * *

This package and related packages are discussed in Chapter 9 of * Expert One-On-One J2EE Design and Development * by Rod Johnson (Wrox, 2002). */ @NonNullApi @NonNullFields package org.springframework.jdbc; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;