spring package-info 源码

  • 2022-08-08
  • 浏览 (317)

spring package-info 代码

文件路径:/spring-context/src/main/java/org/springframework/jndi/package-info.java

/**
 * 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.
 *
 * <p>The classes in this package are discussed in Chapter 11 of
 * <a href="https://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
 * by Rod Johnson (Wrox, 2002).
 */
@NonNullApi
@NonNullFields
package org.springframework.jndi;

import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;

相关信息

spring 源码目录

相关文章

spring JndiAccessor 源码

spring JndiCallback 源码

spring JndiLocatorDelegate 源码

spring JndiLocatorSupport 源码

spring JndiLookupFailureException 源码

spring JndiObjectFactoryBean 源码

spring JndiObjectLocator 源码

spring JndiObjectTargetSource 源码

spring JndiPropertySource 源码

spring JndiTemplate 源码

0  赞