package com.qianwen.core.tool.utils; public interface IntegerPool { public static final Integer INT_1024 = 1024; }