refactor: mark ReflectMapUtil as deprecated

This utility class is no longer maintained and will be removed in a
future release. If you still need to use `ReflectMapUtil`, please stick
to the last available version (2.2.0).
This commit is contained in:
siujamo
2025-06-09 15:00:39 +08:00
parent 579a2e2e35
commit fad6916262
@@ -66,7 +66,10 @@ import java.util.Map;
* @author zihluwang
* @version 1.4.2
* @since 1.4.2
* @deprecated This utility class is no longer maintained and will be removed in a future release. If you still need to
* use {@link ReflectMapUtil}, please stick to the last available version (2.2.0).
*/
@Deprecated(forRemoval = true, since = "2.2.0")
public final class ReflectMapUtil {
private final static Logger log = LoggerFactory.getLogger(ReflectMapUtil.class);