HHH-16797 - Mark org.hibernate.metamodel as incubating

https://hibernate.atlassian.net/browse/HHH-16797
(cherry picked from commit f24660e1fd)
This commit is contained in:
Steve Ebersole 2023-06-14 10:42:36 -05:00
parent b08c0ace3c
commit a95d6ec0dd
1 changed files with 3 additions and 0 deletions

View File

@ -21,4 +21,7 @@
* </ul>
* @author Steve Ebersole
*/
@Incubating
package org.hibernate.metamodel;
import org.hibernate.Incubating;