Interface ConfigSection<SELF extends ConfigSection<SELF,​B>,​B extends SectionBuilder<B,​SELF>>

  • All Superinterfaces:
    BeanMarker, ConfigBean<SELF,​B>

    public interface ConfigSection<SELF extends ConfigSection<SELF,​B>,​B extends SectionBuilder<B,​SELF>>
    extends ConfigBean<SELF,​B>
    A configuration section. Additional sections can be added to the main configuration via Cache2kConfig.getSections(). Each section might contain sections as well. Each section type is allowed to appear only once in the configuration.
    Author:
    Jens Wilke