/** * The classes in this package make JNDI easier to use, * facilitating the accessing of configuration stored in JNDI, * and provide useful superclasses for JNDI access classes. * *

The classes in this package are discussed in Chapter 11 of * Expert One-On-One J2EE Design and Development * by Rod Johnson (Wrox, 2002). */ @NonNullApi @NonNullFields package org.springframework.jndi; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;