add missing @since tag

This commit is contained in:
Gavin King 2024-01-05 10:33:45 +01:00
parent 63a84da40e
commit f4f62c81fa

View File

@ -269,6 +269,8 @@ public static <T> Class<? extends T> getClass(T proxy) {
*
* @param proxy an entity instance or proxy
* @return the true class of the instance
*
* @since 6.3
*/
@SuppressWarnings("unchecked")
public static <T> Class<? extends T> getClassLazy(T proxy) {