Package org.cache2k.config
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 viaCache2kConfig.getSections()
. Each section might contain sections as well. Each section type is allowed to appear only once in the configuration.- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
builder()
-
-
-
Method Detail
-
builder
B builder()
- Specified by:
builder
in interfaceConfigBean<SELF extends ConfigSection<SELF,B>,B extends SectionBuilder<B,SELF>>
-
-