mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
Polish "Introduce internal constants for implicit bounds in TypeUtils"
See gh-30423
This commit is contained in:
@@ -37,6 +37,7 @@ import org.springframework.lang.Nullable;
|
||||
public abstract class TypeUtils {
|
||||
|
||||
private static final Type[] IMPLICIT_LOWER_BOUNDS = { null };
|
||||
|
||||
private static final Type[] IMPLICIT_UPPER_BOUNDS = { Object.class };
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user