@@ -973,7 +973,7 @@ public static ResolvableType forClass(@Nullable Class<?> clazz) {
973
973
* {@link Class#isAssignableFrom}, which this serves as a wrapper for.
974
974
* For example: {@code ResolvableType.forRawClass(List.class)}.
975
975
* @param clazz the class to introspect ({@code null} is semantically
976
- * equivalent to {@code Object.class} for typical use cases here}
976
+ * equivalent to {@code Object.class} for typical use cases here)
977
977
* @return a {@link ResolvableType} for the specified class
978
978
* @since 4.2
979
979
* @see #forClass(Class)
@@ -1320,7 +1320,7 @@ private static ResolvableType[] forTypes(Type[] types, @Nullable VariableResolve
1320
1320
1321
1321
/**
1322
1322
* Return a {@link ResolvableType} for the specified {@link Type}.
1323
- * Note: The resulting {@link ResolvableType} may not be {@link Serializable}.
1323
+ * <p> Note: The resulting {@link ResolvableType} instance may not be {@link Serializable}.
1324
1324
* @param type the source type (potentially {@code null})
1325
1325
* @return a {@link ResolvableType} for the specified {@link Type}
1326
1326
* @see #forType(Type, ResolvableType)
@@ -1331,7 +1331,8 @@ public static ResolvableType forType(@Nullable Type type) {
1331
1331
1332
1332
/**
1333
1333
* Return a {@link ResolvableType} for the specified {@link Type} backed by the given
1334
- * owner type. Note: The resulting {@link ResolvableType} may not be {@link Serializable}.
1334
+ * owner type.
1335
+ * <p>Note: The resulting {@link ResolvableType} instance may not be {@link Serializable}.
1335
1336
* @param type the source type or {@code null}
1336
1337
* @param owner the owner type used to resolve variables
1337
1338
* @return a {@link ResolvableType} for the specified {@link Type} and owner
@@ -1348,7 +1349,7 @@ public static ResolvableType forType(@Nullable Type type, @Nullable ResolvableTy
1348
1349
1349
1350
/**
1350
1351
* Return a {@link ResolvableType} for the specified {@link ParameterizedTypeReference}.
1351
- * Note: The resulting {@link ResolvableType} may not be {@link Serializable}.
1352
+ * <p> Note: The resulting {@link ResolvableType} instance may not be {@link Serializable}.
1352
1353
* @param typeReference the reference to obtain the source type from
1353
1354
* @return a {@link ResolvableType} for the specified {@link ParameterizedTypeReference}
1354
1355
* @since 4.3.12
0 commit comments