You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this method uses Class<?> which can be enhanced by using generic T parameter, i.e. Class<? super T> on parameter and Class<? extends T> as the returned type.
The text was updated successfully, but these errors were encountered:
Description
Currently this method uses
Class<?>
which can be enhanced by using genericT
parameter, i.e.Class<? super T>
on parameter andClass<? extends T>
as the returned type.The text was updated successfully, but these errors were encountered: