所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.bbwres.biscuit.i18n.I18nAutoConfigure
    • cn.bbwres.biscuit.i18n.I18nProperties
    • org.springframework.context.support.MessageSourceSupport
      • org.springframework.context.support.AbstractMessageSource (implements org.springframework.context.HierarchicalMessageSource)
        • org.springframework.context.support.AbstractResourceBasedMessageSource
          • org.springframework.context.support.ResourceBundleMessageSource (implements org.springframework.beans.factory.BeanClassLoaderAware)
    • cn.bbwres.biscuit.i18n.support.SupportMessageSource (implements org.springframework.context.MessageSource)