Polish "Introduce internal constants for implicit bounds in TypeUtils"

See gh-30423
This commit is contained in:
Stephane Nicoll
2023-05-05 15:01:46 +02:00
parent 92cf7f1a7f
commit 88361a4f3e

View File

@@ -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 };
/**