package ch.alv.components.data; /** * Constants used in the components-data module * * @since 1.0.0 */ public interface DataConstants { int PAGE_SIZE_DEFAULT = 100; }