Package org.cache2k.config
Interface BeanMarker
-
- All Known Subinterfaces:
ConfigBean<SELF,B>
,ConfigSection<SELF,B>
,ValidatingConfigBean
- All Known Implementing Classes:
Cache2kConfig
,Cache2kManagerConfig
,CustomizationSupplierByClassName
public interface BeanMarker
Marks the class as bean compatible, meaning, it has a public default constructor and getter and setters for all its properties. A class not be marked cannot be copied, an example isCustomizationReferenceSupplier
.- Author:
- Jens Wilke