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