mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-28 23:09:13 +00:00
add missing @since tag
This commit is contained in:
parent
63a84da40e
commit
f4f62c81fa
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user