Interface BeanInfoCachingClassLoader

  • All Known Implementing Classes:
    DeploymentClassLoader

    public interface BeanInfoCachingClassLoader
    Interface implemented by class loaders that keep a BeanInfo cache.
    • Method Detail

      • getBeanInfoCache

        BeanInfoCache getBeanInfoCache()
        Get the BeanInfo cache for this class loader.
        Returns:
        the cache instance; must not be null